examples: bistromathic: shorten token description

* examples/c/bistromathic/parse.y: "number" is enough.
* doc/bison.texi: Likewise.
This commit is contained in:
Akim Demaille
2020-04-24 18:56:06 +02:00
parent b42702d738
commit 5c9f50b545
4 changed files with 8 additions and 10 deletions

2
NEWS
View File

@@ -83,7 +83,7 @@ GNU Bison NEWS
PLUS "+"
MINUS "-"
<double>
NUM _("double precision number")
NUM _("number")
<symrec*>
FUN _("function")
VAR _("variable")