freebsd-ports/databases/sqlite34/files/patch-ext__fts1__fts1_tokenizer1.c
Marcus Alves Grando 5b36a864f8 - Update to 3.3.12 [1]
- Fix FTS1 build [2]

Notified by:	Max Khitrov <mkhitrov___umd.edu> [1],
		Jeroen Ruigrok/asmodai <asmodai___in-nomine.org> [2]
2007-02-12 12:47:47 +00:00

14 lines
304 B
C

--- 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>