[Bast-commits] r4873 - Devel-Declare/1.000/trunk
rafl at dev.catalyst.perl.org
rafl at dev.catalyst.perl.org
Sat Oct 4 03:31:51 BST 2008
Author: rafl
Date: 2008-10-04 03:31:51 +0100 (Sat, 04 Oct 2008)
New Revision: 4873
Modified:
Devel-Declare/1.000/trunk/stolen_chunk_of_toke.c
Log:
Don't define NEWSV. handy.h does that for us.
Modified: Devel-Declare/1.000/trunk/stolen_chunk_of_toke.c
===================================================================
--- Devel-Declare/1.000/trunk/stolen_chunk_of_toke.c 2008-10-04 02:31:46 UTC (rev 4872)
+++ Devel-Declare/1.000/trunk/stolen_chunk_of_toke.c 2008-10-04 02:31:51 UTC (rev 4873)
@@ -136,11 +136,6 @@
# define PL_nextval (PL_parser->nextval)
/* end of backcompat macros form 5.9 toke.c (mst) */
#endif
-/* we also need this because we define PERL_CORE so handy.h doesn't provide
- it for us (mst) */
-#ifndef NEWSV
-#define NEWSV(x,len) newSV(len)
-#endif
/* when ccflags include -DDEBUGGING we need this for earlier 5.8 perls */
#ifndef SvPV_nolen_const
More information about the Bast-commits
mailing list