Permalink
Browse files
make CACHE_SIZE redefinable
- Loading branch information...
Showing
with
2 additions
and
0 deletions.
-
+2
−0
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)
|
|
|
|
0 comments on commit
8fd5b74