- renamed "tolower" hook (it happened to work with

my compiler, but not on guido's box...)
This commit is contained in:
Fredrik Lundh 2000-06-29 12:48:37 +00:00
parent 6fc9f8ed18
commit b389df3402
2 changed files with 20 additions and 20 deletions

View file

@ -62,7 +62,7 @@ typedef struct {
int stacksize;
int stackbase;
/* hooks */
SRE_TOLOWER_HOOK tolower;
SRE_TOLOWER_HOOK lower;
} SRE_STATE;
typedef struct {