The following patches replace 'unsigned int' with 'unsigned', and likewise for other intergral types. This is a style quite common in C++, and it's used in various places in gnulib too.
I'll install it in a couple of days, unless someone shouts. Akim Demaille (7): style: data: remove useless reference to 'int' in integral types style: tests: remove useless reference to 'int' in integral types style: src: remove useless reference to 'int' in integral types style: lib: remove useless reference to 'int' in integral types style: doc: remove useless reference to 'int' in integral types style: m4: remove useless reference to 'int' in integral types regen TODO | 2 +- data/c.m4 | 6 ++-- data/glr.c | 76 ++++++++++++++++++++++---------------------- data/yacc.c | 16 +++++----- doc/bison.texi | 12 +++---- lib/abitset.c | 4 +-- lib/bbitset.h | 4 +-- lib/bitset.c | 10 +++--- lib/bitset.h | 6 ++-- lib/bitset_stats.c | 44 ++++++++++++------------- lib/bitsetv-print.c | 2 +- lib/bitsetv.c | 6 ++-- lib/bitsetv.h | 2 +- lib/ebitset.c | 16 +++++----- lib/lbitset.c | 20 ++++++------ lib/timevar.c | 4 +-- lib/vbitset.c | 46 +++++++++++++-------------- m4/cxx.m4 | 6 ++-- src/AnnotationList.c | 2 +- src/AnnotationList.h | 2 +- src/InadequacyList.h | 2 +- src/closure.c | 2 +- src/closure.h | 2 +- src/gram.c | 8 ++--- src/gram.h | 2 +- src/ielr.c | 8 ++--- src/location.c | 2 +- src/output.c | 10 +++--- src/parse-gram.c | 16 +++++----- src/parse-gram.h | 2 +- src/reader.c | 2 +- src/relation.c | 4 +-- src/scan-code.l | 4 +-- src/scan-gram.l | 14 ++++---- src/tables.c | 12 +++---- src/tables.h | 4 +-- tests/actions.at | 4 +-- tests/cxx-type.at | 2 +- 38 files changed, 193 insertions(+), 193 deletions(-) -- 2.18.0
