From: David Nicol Date: Sat, 6 Jan 2007 00:02:24 +0000 (-0600) Subject: patch: shorten perl.h by six lines X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=fd12ed88bcd2d456c2ca96ac23d9f838b34316d0;p=p5sagit%2Fp5-mst-13.2.git patch: shorten perl.h by six lines From: "David Nicol" Message-ID: <934f64a20701052202p1c77a226w32634a1c69f584c7@mail.gmail.com> p4raw-id: //depot/perl@29705 --- diff --git a/perl.h b/perl.h index 4471d79..373062f 100644 --- 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 -#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 */