Add syntax for hex,octal

This commit is contained in:
Guido van Rossum 1997-08-13 03:21:14 +00:00
parent 142eeb8339
commit 52d6832554
2 changed files with 9 additions and 1 deletions

View file

@ -70,6 +70,8 @@ typedef struct re_registers
#define Sword 1
#define Swhitespace 2
#define Sdigit 4
#define Soctaldigit 8
#define Shexdigit 16
/* Rename all exported symbols to avoid conflicts with similarly named
symbols in some systems' standard C libraries... */