The TODO seems to be DONE
Change-Id: I096aa231f2a46feb205e609227fc9f7e84affc1d
This commit is contained in:
@@ -11,12 +11,6 @@
|
|||||||
# a) fixincludeguards.sh header.hxx
|
# a) fixincludeguards.sh header.hxx
|
||||||
# b) find . -name *.hxx -or -name *.h | xargs sh fixincludeguards.sh
|
# b) find . -name *.hxx -or -name *.h | xargs sh fixincludeguards.sh
|
||||||
|
|
||||||
# TODO: This doesn't fix wrong #endif comments, like:
|
|
||||||
# #ifndef FOO_BAR_HXX
|
|
||||||
# #define FOO_BAR_HXX
|
|
||||||
# ...
|
|
||||||
# #endif // OTHER_BAR_HXX
|
|
||||||
|
|
||||||
guard_prefix="INCLUDED_"
|
guard_prefix="INCLUDED_"
|
||||||
|
|
||||||
for fn in "$@"; do
|
for fn in "$@"; do
|
||||||
|
Reference in New Issue
Block a user