Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit a3a956b

Browse files
committed
Change machine/limits.h to limits.h.
1 parent 872c708 commit a3a956b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/optimizer/geqo/geqo_eval.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*
66
* Copyright (c) 1994, Regents of the University of California
77
*
8-
* $Id: geqo_eval.c,v 1.4 1997/02/19 14:51:57 scrappy Exp $
8+
* $Id: geqo_eval.c,v 1.5 1997/03/01 22:22:21 momjian Exp $
99
*
1010
*-------------------------------------------------------------------------
1111
*/
@@ -22,7 +22,7 @@
2222

2323
#include <math.h>
2424
#ifdef HAVE_LIMITS_H
25-
# include <machine/limits.h>
25+
# include <limits.h>
2626
# define MAXINT INT_MAX
2727
#else
2828
# include <values.h>

0 commit comments

Comments
 (0)