Module Name: src Committed By: rillig Date: Sat Jun 19 14:28:04 UTC 2021
Modified Files: src/usr.bin/xlint/lint1: decl.c Log Message: lint: fix assertion failure after syntax error in declaration The code to trigger this case is: (s)(int(int);); This only happens with BSD yacc, but not with Bison since they differ in error handling. To generate a diff of this commit: cvs rdiff -u -r1.184 -r1.185 src/usr.bin/xlint/lint1/decl.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.