mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-17 15:27:36 +00:00
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:
commit
d96dd77460
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=154183
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user