mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
maint: address sc_prohibit_doubled_word.
* data/yacc.c, doc/bison.texinfo: Reword to avoid having to
disable that check.
* cfg.mk: No longer skip this test.
(cherry picked from commit 762caaf639)
Conflicts:
data/yacc.c
This commit is contained in:
@@ -4092,7 +4092,7 @@ In references, in order to specify names containing dots and dashes, an explicit
|
||||
bracketed syntax @code{$[name]} and @code{@@[name]} must be used:
|
||||
@example
|
||||
@group
|
||||
if-stmt: IF '(' expr ')' THEN then.stmt ';'
|
||||
if-stmt: "if" '(' expr ')' "then" then.stmt ';'
|
||||
@{ $[if-stmt] = new_if_stmt ($expr, $[then.stmt]); @}
|
||||
@end group
|
||||
@end example
|
||||
|
||||
Reference in New Issue
Block a user