Fix compilation on 5.8.
Florian Ragwitz [Sun, 7 Jun 2009 11:00:06 +0000 (13:00 +0200)]
stolen_chunk_of_toke.c

index 7abecc5..8f3b040 100644 (file)
@@ -850,8 +850,8 @@ S_scan_str(pTHX_ char *start, int keep_quoted, int keep_delims)
 STATIC void
 S_force_next(pTHX_ I32 type)
 {
-    dVAR;
 #ifdef PERL_MAD
+    dVAR;
     if (PL_curforce < 0)
     start_force(PL_lasttoke);
     PL_nexttoke[PL_curforce].next_type = type;