This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
patch: shorten perl.h by six lines
authorDavid Nicol <davidnicol@gmail.com>
Sat, 6 Jan 2007 00:02:24 +0000 (18:02 -0600)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Sat, 6 Jan 2007 07:19:09 +0000 (07:19 +0000)
From: "David Nicol" <davidnicol@gmail.com>
Message-ID: <934f64a20701052202p1c77a226w32634a1c69f584c7@mail.gmail.com>

p4raw-id: //depot/perl@29705

perl.h

diff --git a/perl.h b/perl.h
index 4471d79..373062f 100644 (file)
--- a/perl.h
+++ b/perl.h
@@ -1728,12 +1728,6 @@ typedef UVTYPE UV;
 #define DBL_DIG        15   /* A guess that works lots of places */
 #endif
 #endif
-#ifdef I_FLOAT
-#include <float.h>
-#endif
-#ifndef HAS_DBL_DIG
-#define DBL_DIG        15   /* A guess that works lots of places */
-#endif
 
 #ifdef OVR_LDBL_DIG
 /* Use an overridden LDBL_DIG */