correct typo in ifndef
Matt S Trout [Fri, 9 Nov 2007 07:21:56 +0000 (07:21 +0000)]
Changes
stolen_chunk_of_toke.c

diff --git a/Changes b/Changes
index 65afc6b..0a9d7f2 100644 (file)
--- a/Changes
+++ b/Changes
@@ -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
index 5a39ef8..54f67e9 100644 (file)
@@ -142,7 +142,7 @@ STATIC char*    S_scan_word(pTHX_ char *s, char *dest, STRLEN destlen, int allow
 #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