From: Jarkko Hietaniemi Date: Sun, 29 Aug 1999 10:31:19 +0000 (+0000) Subject: Remove an extra #endif introduced by #4036. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6d4d770425b798011d41297434ef5363faa97962;p=p5sagit%2Fp5-mst-13.2.git Remove an extra #endif introduced by #4036. p4raw-id: //depot/cfgperl@4039 --- diff --git a/perl.h b/perl.h index be9ac7c..678cef5 100644 --- a/perl.h +++ b/perl.h @@ -1076,7 +1076,6 @@ Free_t Perl_mfree (Malloc_t where); #ifndef HAS_DBL_DIG #define DBL_DIG 15 /* A guess that works lots of places */ #endif -#endif #ifdef OVR_LDBL_DIG /* Use an overridden LDBL_DIG */