diff options
author | Zefram <zefram@fysh.org> | 2010-10-26 20:47:51 +0100 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2010-11-07 12:46:54 -0800 |
commit | 727a8fe57e1987d0161772d4c35cc278f2ec6be8 (patch) | |
tree | 480bb38bb526bf5e11d126e794e17670c933a1fb /perly.h | |
parent | 7d3a730ee869d89a6f40963c80aaa0e044b0c7d2 (diff) | |
download | perl-727a8fe57e1987d0161772d4c35cc278f2ec6be8.tar.gz |
refactor GRAMPROG grammar slightly
Shift the structure of the GRAMPROG production (whole-file grammar)
to more closely match that of the other top-level productions.
Diffstat (limited to 'perly.h')
-rw-r--r-- | perly.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -221,7 +221,7 @@ typedef union YYSTYPE TOKEN* tkval; #endif } -/* Line 1489 of yacc.c. */ +/* Line 1529 of yacc.c. */ YYSTYPE; # define yystype YYSTYPE /* obsolescent; will be withdrawn */ # define YYSTYPE_IS_DECLARED 1 |