summaryrefslogtreecommitdiff
path: root/perly.h
diff options
context:
space:
mode:
authorZefram <zefram@fysh.org>2010-10-26 20:47:51 +0100
committerFather Chrysostomos <sprout@cpan.org>2010-11-07 12:46:54 -0800
commit727a8fe57e1987d0161772d4c35cc278f2ec6be8 (patch)
tree480bb38bb526bf5e11d126e794e17670c933a1fb /perly.h
parent7d3a730ee869d89a6f40963c80aaa0e044b0c7d2 (diff)
downloadperl-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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/perly.h b/perly.h
index 95db74499f..3450f1de12 100644
--- a/perly.h
+++ b/perly.h
@@ -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