summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2013-12-06 13:13:48 +0200
committerTor Lillqvist <tml@collabora.com>2013-12-06 13:13:56 +0200
commit5b710a4ef36cde0d680add3e7fcf437cf4d1c557 (patch)
tree8e2fc1b75df9acfffaebbf7cb9f7bf5744b65e3c /bin
parent1637bcc408600df9a81d439d0d764f1447d3996a (diff)
Add comment about portability
Change-Id: I289d3233f99b61115ed8efdea93cfabfbc53bcd7
Diffstat (limited to 'bin')
-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