Add comment about portability
Change-Id: I289d3233f99b61115ed8efdea93cfabfbc53bcd7
This commit is contained in:
parent
1637bcc408
commit
5b710a4ef3
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue