diff options
author | Jesse Vincent <jesse@bestpractical.com> | 2009-10-02 04:35:46 +0900 |
---|---|---|
committer | Jesse Vincent <jesse@bestpractical.com> | 2009-10-02 04:35:46 +0900 |
commit | 13c75cd0b73f09dfa057b3d694b588ea8e7afa10 (patch) | |
tree | 64eb1712176312810f8e5ad6f332df97652b5643 /perly.tab | |
parent | c3e6c235414c0a48b20cce5f2cfbb1ccaa24ec94 (diff) | |
download | perl-13c75cd0b73f09dfa057b3d694b588ea8e7afa10.tar.gz |
make regen; make regen_perly
The newer bison generated perly.h with a GPL3 or later license statement
rather than the previous GPL2 statement. Our use appears to be subject
to the exception that's immediately below that, so this shouldn't
matter.
Diffstat (limited to 'perly.tab')
-rw-r--r-- | perly.tab | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -214,7 +214,7 @@ static const char *const yytname[] = "loop", "switch", "mintro", "nexpr", "texpr", "iexpr", "mexpr", "mnexpr", "miexpr", "label", "decl", "peg", "format", "formname", "mysubrout", "subrout", "startsub", "startanonsub", "startformsub", "subname", - "proto", "subattrlist", "myattrlist", "subbody", "package", "use", "@1", + "proto", "subattrlist", "myattrlist", "subbody", "package", "use", "$@1", "expr", "argexpr", "listop", "@2", "method", "subscripted", "termbinop", "termunop", "anonymous", "termdo", "term", "myattrterm", "myterm", "listexpr", "listexprcom", "my_scalar", "amper", "scalar", "ary", "hsh", |