[Bast-commits] r3866 - trunk/Devel-Declare

matthewt at dev.catalyst.perl.org matthewt at dev.catalyst.perl.org
Fri Nov 9 07:21:56 GMT 2007


Author: matthewt
Date: 2007-11-09 07:21:56 +0000 (Fri, 09 Nov 2007)
New Revision: 3866

Modified:
   trunk/Devel-Declare/Changes
   trunk/Devel-Declare/stolen_chunk_of_toke.c
Log:
correct typo in ifndef

Modified: trunk/Devel-Declare/Changes
===================================================================
--- trunk/Devel-Declare/Changes	2007-11-08 22:11:19 UTC (rev 3865)
+++ trunk/Devel-Declare/Changes	2007-11-09 07:21:56 UTC (rev 3866)
@@ -1,5 +1,8 @@
 Changes for Devel-Declare
 
+0.001004
+  - correct idiotic typo if ifndef
+
 0.001003
   - internalise definitions for toke.c chunks to save hassle
   - make NEWSV macro defined via ifndef rather than version check in case

Modified: trunk/Devel-Declare/stolen_chunk_of_toke.c
===================================================================
--- trunk/Devel-Declare/stolen_chunk_of_toke.c	2007-11-08 22:11:19 UTC (rev 3865)
+++ trunk/Devel-Declare/stolen_chunk_of_toke.c	2007-11-09 07:21:56 UTC (rev 3866)
@@ -142,7 +142,7 @@
 #endif
 /* we also need this because we define PERL_CORE so handy.h doesn't provide
    it for us (mst) */
-#ifndef
+#ifndef NEWSV
 #define NEWSV(x,len)    newSV(len)
 #endif
 




More information about the Bast-commits mailing list