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

« back to all changes in this revision

Viewing changes to Lib/sre_constants.py

  • Committer: Jeffrey C. "The TimeHorse" Jacobs
  • Date: 2008-05-15 14:58:54 UTC
  • mfrom: (39025.3.2 Regexp-2.6)
  • Revision ID: darklord@timehorse.com-20080515145854-6uurp3etjpx7qvex
Merged in latest constants the shared constants branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
252
252
 
253
253
    f.write("#define SRE_MAGIC %d\n" % MAGIC)
254
254
 
 
255
    f.write("#define SRE_MAX_REPEAT %d\n" % MAXREPEAT)
 
256
 
255
257
    dump(f, OPCODES, "SRE_OP")
256
258
    dump(f, ATCODES, "SRE")
257
259
    dump(f, CHCODES, "SRE")