forked from Lainports/freebsd-ports
- Make sqlite3 respect CC [1] - Add support for FTS2 [2] PR: 112286 [1], 113477 [2] Submitted by: Sergey Prikhodko <sergey___network-asp.biz> [1], Anton Berezin <tobez___FreeBSD.org> [2]
14 lines
304 B
C
14 lines
304 B
C
--- ext/fts2/fts2_tokenizer1.c.orig Fri Jun 8 12:31:51 2007
|
|
+++ ext/fts2/fts2_tokenizer1.c Fri Jun 8 12:32:26 2007
|
|
@@ -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>
|