Permalink
Browse files

make CACHE_SIZE redefinable

  • Loading branch information...
1 parent ec449cd commit 8fd5b742e90e6fe3e1933df01bb532494cab8a2a @svpv svpv committed Jan 10, 2007
Showing with 2 additions and 0 deletions.
  1. +2 −0 pcre.c
View
2 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

Please sign in to comment.