Reverse out yesterday's patch from Horak Daniel, since

it fails to compile on any machine without a <features.h> header.
If this header is actually necessary on Windows, perhaps an #if test
is in order.
This commit is contained in:
Tom Lane 1999-01-17 21:44:46 +00:00
parent be94d8fb1e
commit d1a391c332
1 changed files with 1 additions and 2 deletions

View File

@ -36,7 +36,6 @@
#include "pathnames.h"
#endif
#include <features.h>
#include "postgres.h"
#include "regex/cdefs.h"
@ -74,7 +73,7 @@ typedef unsigned long long ulong_long;
* causing nast effects.
**************************************************************/
/*static char _id[] = "$Id: snprintf.c,v 1.17 1999/01/17 06:18:33 momjian Exp $";*/
/*static char _id[] = "$Id: snprintf.c,v 1.18 1999/01/17 21:44:46 tgl Exp $";*/
static char *end;
static int SnprfOverflow;