From b389df340293ea6e861ddcd22679e3755ae51053 Mon Sep 17 00:00:00 2001 From: Fredrik Lundh Date: Thu, 29 Jun 2000 12:48:37 +0000 Subject: - renamed "tolower" hook (it happened to work with my compiler, but not on guido's box...) --- Modules/sre.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Modules/sre.h') diff --git a/Modules/sre.h b/Modules/sre.h index a5f0aebee4..a7786ede01 100644 --- a/Modules/sre.h +++ b/Modules/sre.h @@ -62,7 +62,7 @@ typedef struct { int stacksize; int stackbase; /* hooks */ - SRE_TOLOWER_HOOK tolower; + SRE_TOLOWER_HOOK lower; } SRE_STATE; typedef struct { -- cgit v1.2.1