This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Revert two commits that fix a VOL declaration.
authorDavid Mitchell <davem@iabyn.com>
Sat, 12 Nov 2011 22:11:28 +0000 (22:11 +0000)
committerDavid Mitchell <davem@iabyn.com>
Wed, 13 Jun 2012 12:25:48 +0000 (13:25 +0100)
This has also been done on my davem/re_eval branch,
and its easiest to revert these at the start of my branch

Revert "regcomp.c: Silence compiler warning about longjump"

This reverts commit 24efd69ba77ba76cd714519dccee88f45820d8b4.

Revert "Fix volatile declaration"

This reverts commit 4d6b28934825c9c735195140271a6f93f9c07348.

regcomp.c

index acd6e9b..4421d37 100644 (file)
--- a/regcomp.c
+++ b/regcomp.c
@@ -4946,7 +4946,7 @@ Perl_re_compile(pTHX_ SV * const pattern, U32 orig_pm_flags)
     struct regexp *r;
     register regexp_internal *ri;
     STRLEN plen;
     struct regexp *r;
     register regexp_internal *ri;
     STRLEN plen;
-    char* VOL exp;
+    char  *exp;
     char* xend;
     regnode *scan;
     I32 flags;
     char* xend;
     regnode *scan;
     I32 flags;