From 5b710a4ef36cde0d680add3e7fcf437cf4d1c557 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Fri, 6 Dec 2013 13:13:48 +0200 Subject: [PATCH] Add comment about portability Change-Id: I289d3233f99b61115ed8efdea93cfabfbc53bcd7 --- bin/fixincludeguards.sh | 3 +++ 1 file changed, 3 insertions(+) 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