diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2014-06-26 22:45:23 -0700 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2014-06-26 22:45:23 -0700 |
commit | 23c6155f8e6ce93f41597e7aa860cca0b5110e4b (patch) | |
tree | 541002308074e4bf02f7f9a3470749a109873b73 /src/sanity.hpp | |
parent | 2f4fc005937e75d931eb6ef87a3fe16364d45113 (diff) | |
download | tmwa-23c6155f8e6ce93f41597e7aa860cca0b5110e4b.tar.gz tmwa-23c6155f8e6ce93f41597e7aa860cca0b5110e4b.tar.bz2 tmwa-23c6155f8e6ce93f41597e7aa860cca0b5110e4b.tar.xz tmwa-23c6155f8e6ce93f41597e7aa860cca0b5110e4b.zip |
changing the rules in a clean environment doesn't rebuild
Diffstat (limited to 'src/sanity.hpp')
-rw-r--r-- | src/sanity.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/sanity.hpp b/src/sanity.hpp index 88bb24b..eb4a412 100644 --- a/src/sanity.hpp +++ b/src/sanity.hpp @@ -21,6 +21,9 @@ // just mention "fwd.hpp" to make formatter happy + +namespace tmwa +{ # ifndef __cplusplus # error "Please compile in C++ mode" # endif // __cplusplus @@ -45,5 +48,6 @@ // some integer sizes (partially fixed for the x32 ABI) # error "Unsupported platform, we use x86 / amd64 only" # endif // not __i386__ +} // namespace tmwa #endif // TMWA_SANITY_HPP |