export pcre_options

This commit is contained in:
z3APA3A 2020-11-19 02:52:47 +03:00
parent 9c8da8f11f
commit c02210d8c6

View File

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