summaryrefslogtreecommitdiff
path: root/perly.h
diff options
context:
space:
mode:
authorBranislav ZahradnĂ­k <barney@cpan.org>2020-12-11 17:19:17 +0100
committerKarl Williamson <khw@cpan.org>2020-12-27 09:46:09 -0700
commit04884b684761ed5aea5bf4bb362f56cf963b41f5 (patch)
tree9d189e8ae9f373ec655ae03ba625b52a3dc8e210 /perly.h
parentee67f2540868d78287befae45cd503f1cf44911a (diff)
downloadperl-04884b684761ed5aea5bf4bb362f56cf963b41f5.tar.gz
Distinguish C- and perly- literals - PERLY_PAREN_CLOSE
Diffstat (limited to 'perly.h')
-rw-r--r--perly.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/perly.h b/perly.h
index 8d33ddbe5f..75678f7d98 100644
--- a/perly.h
+++ b/perly.h
@@ -160,7 +160,8 @@ extern int yydebug;
POSTDEC = 359,
POSTJOIN = 360,
ARROW = 361,
- PERLY_PAREN_OPEN = 362
+ PERLY_PAREN_CLOSE = 362,
+ PERLY_PAREN_OPEN = 363
};
#endif
@@ -212,6 +213,6 @@ int yyparse (void);
/* Generated from:
- * 8e3bd7759e3e39aabe8c75614ea5d1a9188a7196abaee7d2164e9b3b14fb38d6 perly.y
+ * 491face02c08897e36ea2126d0fdaca15a924544759450fefcdd9947844c7b2f perly.y
* acf1cbfd2545faeaaa58b1cf0cf9d7f98b5be0752eb7a54528ef904a9e2e1ca7 regen_perly.pl
* ex: set ro: */