diff --git a/pcre.c b/pcre.c index 10607f5..cee345b 100644 --- a/pcre.c +++ b/pcre.c @@ -19,7 +19,9 @@ typedef struct { pcre_extra *e; } cache_entry; +#ifndef CACHE_SIZE #define CACHE_SIZE 16 +#endif static void regexp(sqlite3_context *ctx, int argc, sqlite3_value **argv)