diff options
author | lloyd <[email protected]> | 2009-11-10 16:23:24 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2009-11-10 16:23:24 +0000 |
commit | c3216ded9086f442f6378639de7bf5afe8c3228a (patch) | |
tree | 42ad13b84085bd4efc072eda93aa02c85634e786 /src/utils/simd_32 | |
parent | 32b16ba09ed2aff221c88662a30bb2449d4e139f (diff) |
Also #undef bool after including <altivec.h>
Diffstat (limited to 'src/utils/simd_32')
-rw-r--r-- | src/utils/simd_32/simd_altivec.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/utils/simd_32/simd_altivec.h b/src/utils/simd_32/simd_altivec.h index c6dd8a289..3e784a8c4 100644 --- a/src/utils/simd_32/simd_altivec.h +++ b/src/utils/simd_32/simd_altivec.h @@ -13,6 +13,7 @@ #include <altivec.h> #undef vector +#undef bool namespace Botan { |