]> granicus.if.org Git - postgresql/blobdiff - src/backend/optimizer/path/xfunc.c
Remove WIN32 defines. They never worked.
[postgresql] / src / backend / optimizer / path / xfunc.c
index 8401e538a7f7e521f1f8ac75135ad6997b50dcac..3e3ee650f941d5867066c773446eb1ef4d381ea2 100644 (file)
@@ -9,16 +9,11 @@
  *
  *
  * IDENTIFICATION
- *    $Header: /cvsroot/pgsql/src/backend/optimizer/path/Attic/xfunc.c,v 1.2 1996/10/23 07:14:43 bryanh Exp $
+ *    $Header: /cvsroot/pgsql/src/backend/optimizer/path/Attic/xfunc.c,v 1.3 1997/02/14 04:15:39 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
-#ifndef WIN32
 #include <math.h>      /* for MAXFLOAT on most systems */
-#else
-#include <float.h>
-#define MAXFLOAT DBL_MAX
-#endif /* WIN32 */
 
 #include <values.h>    /* for MAXFLOAT on SunOS */
 #include <string.h>