git-svn-id: http://dev.catalyst.perl.org/repos/bast/trunk/Devel-Declare@3866
bd8105ee-0ff8-0310-8827-fb3f25b6796d
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
#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