This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
eeaed6d
)
Revert two commits that fix a VOL declaration.
author
David Mitchell
<davem@iabyn.com>
Sat, 12 Nov 2011 22:11:28 +0000
(22:11 +0000)
committer
David 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
patch
|
blob
|
blame
|
history
diff --git
a/regcomp.c
b/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;