提交 d1a391c3 编写于 作者: T Tom Lane

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.
上级 be94d8fb
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册