style: doc: remove useless reference to 'int' in integral types

* doc/bison.texi: Prefer 'unsigned' to 'unsigned int'.  Likewise for
long and short.
This commit is contained in:
Akim Demaille
2018-08-12 15:00:35 +02:00
parent 9df53e7288
commit c226d4ed48
2 changed files with 7 additions and 7 deletions

2
TODO
View File

@@ -112,7 +112,7 @@ We could (should?) also treat the case of the undef_token, which is
numbered 257 for yylex, and 2 internal. Both appear for instance in
toknum:
const unsigned short int
const unsigned short
parser::yytoken_number_[] =
{
0, 256, 257, 258, 259, 260, 261, 262, 263, 264,