commit 293637bb93a707d5c7c1304071757586592f0278 parent 25cd40416e98dd79c786ff01eda308fb5ef4a980 Author: tedu <tedu> Date: Thu, 10 Nov 2016 16:00:40 +0000 missing semicolon at end of rule. yacc doesn't seem to mind, though. from Edakawa Diffstat:
M | parse.y | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/parse.y b/parse.y @@ -166,7 +166,7 @@ envlist: /* empty */ { errx(1, "can't allocate envlist"); $$.envlist[nenv] = $2.str; $$.envlist[nenv + 1] = NULL; - } + } ; ident: TSTRING {