]> git.saurik.com Git - bison.git/commitdiff
c++: style: use "unsigned", not "unsigned int"
authorAkim Demaille <akim@lrde.epita.fr>
Tue, 11 Aug 2015 09:25:16 +0000 (11:25 +0200)
committerAkim Demaille <akim@lrde.epita.fr>
Wed, 12 Aug 2015 11:56:06 +0000 (13:56 +0200)
This style appears to be more traditional, at least in C++.
For instance in the standard, [facets.examples].
There are occurrences using "unsigned int" too though.

* data/lalr1.cc, data/location.cc, data/stack.hh: here.


No differences found