This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
toke.c: Don't force \N{} into utf8 unnecessarily
[perl5.git] / parser.h
index 97e016d..05735bf 100644 (file)
--- a/parser.h
+++ b/parser.h
@@ -70,8 +70,8 @@ typedef struct yy_parser {
     I32                multi_end;      /* last line of multi-line string */
     char       multi_open;     /* delimiter of said string */
     char       multi_close;    /* delimiter of said string */
-    char       pending_ident;  /* pending identifier lookup */
     bool       preambled;
+    /*** 8-bit hole ***/
     I32                lex_allbrackets;/* (), [], {}, ?: bracket count */
     SUBLEXINFO sublex_info;
     LEXSHARED  *lex_shared;