summaryrefslogtreecommitdiff
path: root/parser.h
diff options
context:
space:
mode:
authorBrian Fraser <fraserbn@gmail.com>2011-08-05 11:30:11 +0100
committerFather Chrysostomos <sprout@cpan.org>2011-11-06 01:13:45 -0700
commit802a15e9c01d1a0b6bb74d5a6e5dcd9ee1a651a4 (patch)
tree811270446d0858e48ee5107d98ef0e9e680fe547 /parser.h
parentcda6b701e74e196d7908411ab7c4da684203869d (diff)
downloadperl-802a15e9c01d1a0b6bb74d5a6e5dcd9ee1a651a4.tar.gz
eval STRING UTF8 cleanup.
(modified by the committer only to apply when the unicode_eval feature is enabled)
Diffstat (limited to 'parser.h')
-rw-r--r--parser.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/parser.h b/parser.h
index 17ced8f073..bbf3bf3d22 100644
--- a/parser.h
+++ b/parser.h
@@ -107,6 +107,7 @@ typedef struct yy_parser {
bool in_pod; /* lexer is within a =pod section */
U8 lex_fakeeof; /* precedence at which to fake EOF */
+ U32 lex_flags;
} yy_parser;
/* flags for lexer API */
@@ -118,6 +119,7 @@ typedef struct yy_parser {
/* flags for parser API */
#define PARSE_OPTIONAL 0x00000001
+#define LEX_IGNORE_UTF8_HINTS 0x00000002
/* values for lex_fakeeof */
enum {