aboutsummaryrefslogtreecommitdiff
path: root/databases/sqlite3/files/patch-ext__fts1__fts1_tokenizer1.c
diff options
context:
space:
mode:
Diffstat (limited to 'databases/sqlite3/files/patch-ext__fts1__fts1_tokenizer1.c')
-rw-r--r--databases/sqlite3/files/patch-ext__fts1__fts1_tokenizer1.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/databases/sqlite3/files/patch-ext__fts1__fts1_tokenizer1.c b/databases/sqlite3/files/patch-ext__fts1__fts1_tokenizer1.c
new file mode 100644
index 000000000000..438019e54f9d
--- /dev/null
+++ b/databases/sqlite3/files/patch-ext__fts1__fts1_tokenizer1.c
@@ -0,0 +1,14 @@
+--- ext/fts1/fts1_tokenizer1.c.orig Sat Sep 30 08:57:33 2006
++++ ext/fts1/fts1_tokenizer1.c Sun Dec 3 14:45:56 2006
+@@ -18,11 +18,7 @@
+
+
+ #include <assert.h>
+-#if !defined(__APPLE__)
+-#include <malloc.h>
+-#else
+ #include <stdlib.h>
+-#endif
+ #include <stdio.h>
+ #include <string.h>
+ #include <ctype.h>