mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
style: prefer 'FOO ()' to 'FOO' for function-like macros
* src/flex-scanner.h (STRING_GROW, STRING_FINISH, STRING_FREE): Make them function-like macros. Adjust dependencies.
This commit is contained in:
@@ -1690,8 +1690,8 @@ AT_CLEANUP
|
||||
|
||||
AT_SETUP([Unclosed constructs])
|
||||
|
||||
# Bison's scan-gram.l once forgot to STRING_FINISH some unclosed
|
||||
# constructs, so they were prepended to whatever it STRING_GROW'ed
|
||||
# Bison's scan-gram.l once forgot to STRING_FINISH () some unclosed
|
||||
# constructs, so they were prepended to whatever it STRING_GROW ()'ed
|
||||
# next. It also threw them away rather than returning them to the
|
||||
# parser. The effect was confusing subsequent error messages.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user