summaryrefslogtreecommitdiffstats
path: root/y.tab.h.shipped
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2021-05-04 07:35:44 -0700
committerKaz Kylheku <kaz@kylheku.com>2021-05-04 07:35:44 -0700
commit5be89bc80f7f235805ec706f1ff13e6952f0d34e (patch)
tree0d9a26ddd0314f589127fd74837348ab6b1cdd54 /y.tab.h.shipped
parent159139d01de827e8e7232e2b74b2fc142612d8e2 (diff)
downloadtxr-5be89bc80f7f235805ec706f1ff13e6952f0d34e.tar.gz
txr-5be89bc80f7f235805ec706f1ff13e6952f0d34e.tar.bz2
txr-5be89bc80f7f235805ec706f1ff13e6952f0d34e.zip
parser: fix regression in #; syntax.
A crash has showed up when processing commented-out objects. This is due to the most recent gc fix to the parser. * parser.y (set_syntax_tree): Avoid the set macro when tree has the special value nao (not an object). * y.tab.c.shipped: Regenerated. * y.tab.h.shipped: Likewise.
Diffstat (limited to 'y.tab.h.shipped')
-rw-r--r--y.tab.h.shipped2
1 files changed, 1 insertions, 1 deletions
diff --git a/y.tab.h.shipped b/y.tab.h.shipped
index 19ec4906..82de207d 100644
--- a/y.tab.h.shipped
+++ b/y.tab.h.shipped
@@ -154,7 +154,7 @@ typedef union YYSTYPE
{
/* Line 2068 of yacc.c */
-#line 106 "parser.y"
+#line 107 "parser.y"
wchar_t *lexeme;
union obj *val;