summaryrefslogtreecommitdiffstats
path: root/bin/fixincludeguards.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/fixincludeguards.sh')
-rwxr-xr-xbin/fixincludeguards.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/fixincludeguards.sh b/bin/fixincludeguards.sh
index 907e4aa27c98..ceed3a31b56c 100755
--- a/bin/fixincludeguards.sh
+++ b/bin/fixincludeguards.sh
@@ -17,6 +17,9 @@
# ...
# #endif // OTHER_BAR_HXX
+# TODO: Make this portable. As it is now, it likely only works on Linux, or
+# other platforms with a purely GNU toolset.
+
guard_prefix="INCLUDED_"
for fn in "$@"; do