mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
- renamed "tolower" hook (it happened to work with
my compiler, but not on guido's box...)
This commit is contained in:
parent
6fc9f8ed18
commit
b389df3402
2 changed files with 20 additions and 20 deletions
|
@ -62,7 +62,7 @@ typedef struct {
|
|||
int stacksize;
|
||||
int stackbase;
|
||||
/* hooks */
|
||||
SRE_TOLOWER_HOOK tolower;
|
||||
SRE_TOLOWER_HOOK lower;
|
||||
} SRE_STATE;
|
||||
|
||||
typedef struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue