This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
In makedef.pl, use %ARGS instead of 4 variables for command line arguments.
[perl5.git] / parser.h
index e4a06dc..17ced8f 100644 (file)
--- a/parser.h
+++ b/parser.h
@@ -112,6 +112,9 @@ typedef struct yy_parser {
 /* flags for lexer API */
 #define LEX_STUFF_UTF8         0x00000001
 #define LEX_KEEP_PREVIOUS      0x00000002
+#ifdef PERL_CORE
+# define LEX_START_SAME_FILTER 0x00000001
+#endif
 
 /* flags for parser API */
 #define PARSE_OPTIONAL          0x00000001