This commit was generated by cvs2svn to compensate for changes in r154182,

which included commits to RCS files with non-trunk default branches.
This commit is contained in:
harti 2006-01-10 11:52:51 +00:00
commit 77f3bb4786

View File

@ -353,6 +353,7 @@ parse(enum tok tok)
node = xalloc(sizeof(struct node));
node->lno = lno;
node->flags = 0;
if (tok != '(')
report("'(' expected at begin of node");