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:
@@ -96,7 +96,7 @@
|
||||
EQUAL "="
|
||||
EXIT "exit"
|
||||
<double>
|
||||
NUM _("double precision number")
|
||||
NUM _("number")
|
||||
<symrec*>
|
||||
FUN _("function")
|
||||
VAR _("variable")
|
||||
|
||||
Reference in New Issue
Block a user