projects
/
BearSSL
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
8b2fe3a
)
Fixed typo in C preprocessor expression.
author
Thomas Pornin
<pornin@bolet.org>
Sun, 19 Mar 2017 19:08:29 +0000
(20:08 +0100)
committer
Thomas Pornin
<pornin@bolet.org>
Sun, 19 Mar 2017 19:08:29 +0000
(20:08 +0100)
src/inner.h
patch
|
blob
|
history
diff --git
a/src/inner.h
b/src/inner.h
index
33901ab
..
3cafa42
100644
(file)
--- a/
src/inner.h
+++ b/
src/inner.h
@@
-236,7
+236,7
@@
#define BR_BE_UNALIGNED 1
#elif BR_POWER8_LE
#define BR_LE_UNALIGNED 1
-#elif (__powerpc__ || __powerpc64__ || _M_PPC || _ARCH_PPC || _ARCH_PPC64) \
\
+#elif (__powerpc__ || __powerpc64__ || _M_PPC || _ARCH_PPC || _ARCH_PPC64) \
&& __BIG_ENDIAN__
#define BR_BE_UNALIGNED 1
#endif