blob: 1f539b950b31ecb4184da58f110bf8d4db17aa92 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
--- 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>
|