Kaydet (Commit) 1637bcc4 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Revert "The TODO seems to be DONE"

Actually I am not sure at all.

This reverts commit 3b56738d.
üst e7911236
......@@ -11,6 +11,12 @@
# a) fixincludeguards.sh header.hxx
# 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_"
for fn in "$@"; do
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment