summaryrefslogtreecommitdiffstats
path: root/Modules/regexpr.c
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/regexpr.c')
-rw-r--r--Modules/regexpr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/regexpr.c b/Modules/regexpr.c
index 70b7ee1..8b36580 100644
--- a/Modules/regexpr.c
+++ b/Modules/regexpr.c
@@ -446,7 +446,7 @@ static int regexp_ansi_sequences;
unsigned char re_syntax_table[256];
-void re_compile_initialize()
+void re_compile_initialize(void)
{
int a;