]> granicus.if.org Git - re2c/commit
Fixed headers that were not self-contained.
authorUlya Trofimovich <skvadrik@gmail.com>
Wed, 2 Aug 2017 20:43:36 +0000 (21:43 +0100)
committerUlya Trofimovich <skvadrik@gmail.com>
Wed, 2 Aug 2017 20:43:36 +0000 (21:43 +0100)
commit35352054a9c0e46a844bf5307b4f2f08be642283
treed26886152eae0f71d0a9efa5d9443d18dacea8f9
parent024c5236ff8ee067b490cd78db6be13d0d789ee6
Fixed headers that were not self-contained.

Used the following command to find errors:

    for h in $(find src/ -name '*.h*'); do echo "CHECKING $h"; g++ -I. -c $h -o foo.o; done
re2c/src/adfa/action.h
re2c/src/util/hash32.h