Review at
https://gerrit.osmocom.org/125
Fixing build on Mac OSX
Fix minor syntax error
Change-Id: I67f9a1e41fa5b1da3a4b10fc76138e153b767241
---
M include/osmocom/core/endian.h
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/25/125/1
diff --git a/include/osmocom/core/endian.h b/include/osmocom/core/endian.h
index 02c6406..ae133c3 100644
--- a/include/osmocom/core/endian.h
+++ b/include/osmocom/core/endian.h
@@ -28,7 +28,7 @@
#if defined(__DARWIN_LITTLE_ENDIAN)
#define OSMO_IS_LITTLE_ENDIAN 1
#define OSMO_IS_BIG_ENDIAN 0
- #elif define(__DARWIN_BIG_ENDIAN)
+ #elif defined(__DARWIN_BIG_ENDIAN)
#define OSMO_IS_LITTLE_ENDIAN 0
#define OSMO_IS_BIG_ENDIAN 1
#else
--
To view, visit
https://gerrit.osmocom.org/125
To unsubscribe, visit
https://gerrit.osmocom.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I67f9a1e41fa5b1da3a4b10fc76138e153b767241
Gerrit-PatchSet: 1
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Owner: Holger Freyther <holger(a)freyther.de>