~pythonregexp2.7/python/issue2636-09-01+10

« back to all changes in this revision

Viewing changes to Objects/stringlib/stringdefs.h

  • Committer: Jeffrey C. "The TimeHorse" Jacobs
  • Date: 2008-05-24 18:56:40 UTC
  • mfrom: (39055.1.22 Regexp-2.6)
  • Revision ID: darklord@timehorse.com-20080524185640-59vz6l1f7qgixgal
Merged in changes from the Single-Loop Engine branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
#define STRINGLIB_CHECK          PyString_Check
24
24
#define STRINGLIB_CMP            memcmp
25
25
#define STRINGLIB_TOSTR          PyObject_Str
 
26
#define STRINGLIB_GROUPING       _PyString_InsertThousandsGrouping
26
27
 
27
28
#endif /* !STRINGLIB_STRINGDEFS_H */