]> git.saurik.com Git - bison.git/commit
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)
commit0d40b36417759153678ed0ad125bc912884f602d
tree32677175bc675af48ec81456d1b881422d1aef51
parentb809770efbf7987e7ed9bf9e8a4ee924ce532e76
c++: style: use "unsigned", not "unsigned int"

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.
data/lalr1.cc
data/location.cc
data/stack.hh