Skip to content

Commit

Permalink
make CACHE_SIZE redefinable
Browse files Browse the repository at this point in the history
  • Loading branch information
svpv committed Jan 10, 2007
1 parent ec449cd commit 8fd5b74
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pcre.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 8fd5b74

Please sign in to comment.