Commit a3a956bf authored by Bruce Momjian's avatar Bruce Momjian

Change machine/limits.h to limits.h.

parent 872c708f
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
* *
* Copyright (c) 1994, Regents of the University of California * Copyright (c) 1994, Regents of the University of California
* *
* $Id: geqo_eval.c,v 1.4 1997/02/19 14:51:57 scrappy Exp $ * $Id: geqo_eval.c,v 1.5 1997/03/01 22:22:21 momjian Exp $
* *
*------------------------------------------------------------------------- *-------------------------------------------------------------------------
*/ */
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
#include <math.h> #include <math.h>
#ifdef HAVE_LIMITS_H #ifdef HAVE_LIMITS_H
# include <machine/limits.h> # include <limits.h>
# define MAXINT INT_MAX # define MAXINT INT_MAX
#else #else
# include <values.h> # include <values.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment