summaryrefslogtreecommitdiff
path: root/parser.h
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2011-10-29 20:46:37 -0700
committerFather Chrysostomos <sprout@cpan.org>2011-11-06 01:13:46 -0700
commit17e00314cad49c11dda5b621497c7010537844ea (patch)
treebdd4d1c6b20c3f995d4b3d105de4cff4e870585f /parser.h
parentf1c31c527b5fd97a0d6c39c815e40a37674881ca (diff)
downloadperl-17e00314cad49c11dda5b621497c7010537844ea.tar.gz
parser.h: Rearrange constants
Put LEX_IGNORE_UTF8_HINTS near the only other constant passed to lex_start
Diffstat (limited to 'parser.h')
-rw-r--r--parser.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/parser.h b/parser.h
index bbf3bf3d22..c19bc28258 100644
--- a/parser.h
+++ b/parser.h
@@ -113,13 +113,14 @@ 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
+#define LEX_IGNORE_UTF8_HINTS 0x00000002
/* flags for parser API */
#define PARSE_OPTIONAL 0x00000001
-#define LEX_IGNORE_UTF8_HINTS 0x00000002
/* values for lex_fakeeof */
enum {