1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-13 07:41:39 +03:00

First clean compile without a "PORTNAME" variable being set...

This commit is contained in:
Marc G. Fournier
1997-12-20 00:11:13 +00:00
parent 93e74460a9
commit 10ff1eea60
10 changed files with 234 additions and 251 deletions

View File

@ -10,7 +10,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/utils/adt/numutils.c,v 1.18 1997/12/19 02:08:01 scrappy Exp $
* $Header: /cvsroot/pgsql/src/backend/utils/adt/numutils.c,v 1.19 1997/12/20 00:10:29 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
@ -28,10 +28,6 @@
#include <string.h>
#endif
#ifndef HAVE_FCVT
# include <port-protos.h> /* ecvt(), fcvt() */
#endif
#ifndef INT_MAX
#define INT_MAX (0x7FFFFFFFL)
#endif