mirror of
https://github.com/python/cpython.git
synced 2025-08-30 13:38:43 +00:00
Add syntax for hex,octal
This commit is contained in:
parent
142eeb8339
commit
52d6832554
2 changed files with 9 additions and 1 deletions
|
@ -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... */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue