From 091126fa28b4dbfd9df2fc4c22deade58f7e24dc Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Mon, 29 May 2000 05:45:56 +0000 Subject: Generated header files parse.h and fmgroids.h are now copied into the src/include tree, so that -I backend is no longer necessary anywhere. Also, clean up some bit rot in contrib tree. --- contrib/string/string_io.c | 1 + 1 file changed, 1 insertion(+) (limited to 'contrib/string/string_io.c') diff --git a/contrib/string/string_io.c b/contrib/string/string_io.c index cb8323d9c9b..c329fec1e9e 100644 --- a/contrib/string/string_io.c +++ b/contrib/string/string_io.c @@ -22,6 +22,7 @@ /* define this if you want to see iso-8859 characters */ #define ISO8859 +#undef MIN #define MIN(x, y) ((x) < (y) ? (x) : (y)) #define VALUE(char) ((char) - '0') #define DIGIT(val) ((val) + '0') -- cgit v1.2.3