mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
examples: bistromathic: shorten token description
* examples/c/bistromathic/parse.y: "number" is enough. * doc/bison.texi: Likewise.
This commit is contained in:
@@ -7804,7 +7804,7 @@ or @code{detailed}, token aliases can be internationalized:
|
||||
%token
|
||||
'\n' _("end of line")
|
||||
<double>
|
||||
NUM _("double precision number")
|
||||
NUM _("number")
|
||||
<symrec*>
|
||||
FUN _("function")
|
||||
VAR _("variable")
|
||||
|
||||
Reference in New Issue
Block a user