Explorar o código

export pcre_options

z3APA3A %!s(int64=5) %!d(string=hai) anos
pai
achega
c02210d8c6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/plugins/PCREPlugin/pcre_plugin.c

+ 1 - 1
src/plugins/PCREPlugin/pcre_plugin.c

@@ -351,7 +351,7 @@ static struct commands pcre_commandhandlers[] = {
 static struct symbol regexp_symbols[] = {
 	{regexp_symbols+1, "pcre_compile", (void*) pcre_compile},
 	{regexp_symbols+2, "pcre_exec", (void*) pcre_exec},
-	{NULL, "pcre_config", (void *)pcre_config},
+	{NULL, "pcre_options", (void *)&pcre_options},
 };
 
 #ifdef WATCOM