From fd12ed88bcd2d456c2ca96ac23d9f838b34316d0 Mon Sep 17 00:00:00 2001 From: David Nicol Date: Fri, 5 Jan 2007 18:02:24 -0600 Subject: [PATCH] patch: shorten perl.h by six lines From: "David Nicol" Message-ID: <934f64a20701052202p1c77a226w32634a1c69f584c7@mail.gmail.com> p4raw-id: //depot/perl@29705 --- perl.h | 6 ------ 1 file changed, 6 deletions(-) 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 */ -- 2.7.4