summaryrefslogtreecommitdiff
blob: 833626936f487bfd81caee7dc7dbd301cbab5d12 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- tiff/tiffread.c.orig	2006-02-04 14:07:45.000000000 +0100
+++ tiff/tiffread.c	2006-02-04 14:07:56.000000000 +0100
@@ -21,15 +21,11 @@
 #if HAVE_TIFF
 
 /* These are defined in caml/config.h */
-#define int16 int16tiff
-#define uint16 uint16tiff
 #define int32 int32tiff
 #define uint32 uint32tiff
 
 #include <tiffio.h>
 
-#undef int16
-#undef uint16
 #undef int32
 #undef uint32