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:
@ -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
|
||||
|
Reference in New Issue
Block a user