~myers-1/pyopenssl/npn

« back to all changes in this revision

Viewing changes to src/util.h

  • Committer: Jean-Paul Calderone
  • Date: 2010-01-25 22:55:30 UTC
  • mfrom: (126 trunk)
  • mto: This revision was merged to the branch mainline in revision 129.
  • Revision ID: exarkun@divmod.com-20100125225530-5e9nsb6bzoesoz42
merge trunk and resolve simple conflict

Show diffs side-by-side

added added

removed removed

Lines of Context:
119
119
}
120
120
#endif
121
121
 
122
 
 
 
122
#if !defined(PY_SSIZE_T_MIN)
 
123
typedef int Py_ssize_t;
 
124
#define PY_SSIZE_T_MAX INT_MAX
 
125
#define PY_SSIZE_T_MIN INT_MIN
 
126
#endif
123
127
 
124
128
#endif