diff options
Diffstat (limited to 'Modules/regexpr.c')
-rw-r--r-- | Modules/regexpr.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Modules/regexpr.c b/Modules/regexpr.c index 84f0b94..4f497f1 100644 --- a/Modules/regexpr.c +++ b/Modules/regexpr.c @@ -24,9 +24,7 @@ from GNU regexp. */ -#ifdef HAVE_CONFIG_H #include "config.h" /* For Win* specific redefinition of printf c.s. */ -#endif #include "myproto.h" /* For PROTO macro --Guido */ |