From c3eee33ff6b20f87b354c5300d7cede17cef4e32 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Fri, 12 Jul 2013 23:23:20 -0700 Subject: Revert "Allow => to quote built-in keywords across lines" This reverts commit 5969c5766a5d3f6b42a5140548d7c3d6812fec8b. It appears to be failing with non-mad builds. --- embed.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'embed.h') diff --git a/embed.h b/embed.h index 82fa57d8c0..2fc8466bfa 100644 --- a/embed.h +++ b/embed.h @@ -1621,7 +1621,7 @@ #define scan_subst(a) S_scan_subst(aTHX_ a) #define scan_trans(a) S_scan_trans(aTHX_ a) #define scan_word(a,b,c,d,e) S_scan_word(aTHX_ a,b,c,d,e) -#define skipspace_flags(a,b) S_skipspace_flags(aTHX_ a,b) +#define skipspace(a) S_skipspace(aTHX_ a) #define sublex_done() S_sublex_done(aTHX) #define sublex_push() S_sublex_push(aTHX) #define sublex_start() S_sublex_start(aTHX) -- cgit v1.2.1