diff options
-rwxr-xr-x | bin/fixincludeguards.sh | 3 |
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 |