This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regcomp.h - document RE_PESSIMISTIC_PARENS and VOLATILE_REF defines
[perl5.git] / regcomp_internal.h
index 4c18f1b..6ea4264 100644 (file)
@@ -1258,6 +1258,4 @@ static const scan_data_t zero_scan_data = {
 #define REGNODE_STEP_OVER(ret,t1,t2) \
     NEXT_OFF(REGNODE_p(ret)) = ((sizeof(t1)+sizeof(t2))/sizeof(regnode))
 
-#define VOLATILE_REF 1
-
 #endif /* REGCOMP_INTERNAL_H */