public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-perl/Date-Pcalc/files: 6.100.0_identifier_before_numeric_constant.patch
@ 2012-06-08 18:05 Torsten Veller (tove)
  0 siblings, 0 replies; only message in thread
From: Torsten Veller (tove) @ 2012-06-08 18:05 UTC (permalink / raw
  To: gentoo-commits

tove        12/06/08 18:05:45

  Added:                6.100.0_identifier_before_numeric_constant.patch
  Log:
  Fix perl-5.16 build bug (#420177)
  
  (Portage version: 2.2.0_alpha110/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  dev-perl/Date-Pcalc/files/6.100.0_identifier_before_numeric_constant.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Date-Pcalc/files/6.100.0_identifier_before_numeric_constant.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Date-Pcalc/files/6.100.0_identifier_before_numeric_constant.patch?rev=1.1&content-type=text/plain

Index: 6.100.0_identifier_before_numeric_constant.patch
===================================================================
Bug: https://rt.cpan.org/Public/Bug/Display.html?id=76442
Gentoo-Bug: https://bugs.gentoo.org/420177
--- a/src/C_XS/ToolBox.h
+++ b/src/C_XS/ToolBox.h
@@ -93,7 +93,10 @@
     #elif PERL_DARWIN
         #define boolean bool
     #else
-        typedef enum { false = FALSE, true = TRUE } boolean;
+        typedef int boolean;
+        #ifndef I_STDBOOL
+            enum { false, true };
+        #endif
     #endif
 #endif
 






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-06-08 18:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-08 18:05 [gentoo-commits] gentoo-x86 commit in dev-perl/Date-Pcalc/files: 6.100.0_identifier_before_numeric_constant.patch Torsten Veller (tove)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox