diff options
author | Petteri Aimonen <jpa@git.mail.kapsi.fi> | 2016-01-27 18:59:54 +0200 |
---|---|---|
committer | Petteri Aimonen <jpa@git.mail.kapsi.fi> | 2016-01-27 18:59:54 +0200 |
commit | 8d35488bcde1cc6d912d4c875bcf6d2745899d7d (patch) | |
tree | 3a45e5ae23a75912ea83848df4aca2effa88ce4a /pb.h | |
parent | 2a851f039ad5252a32e3b82d15ce5a3bbb8a0b21 (diff) |
Remove obsolete __BIG_ENDIAN__ compilation option.
This is now handled automatically using shift operations.
Diffstat (limited to 'pb.h')
-rw-r--r-- | pb.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -13,10 +13,6 @@ /* Enable support for dynamically allocated fields */ /* #define PB_ENABLE_MALLOC 1 */ -/* Define this if your CPU architecture is big endian, i.e. it - * stores the most-significant byte first. */ -/* #define __BIG_ENDIAN__ 1 */ - /* Define this if your CPU / compiler combination does not support * unaligned memory access to packed structures. */ /* #define PB_NO_PACKED_STRUCTS 1 */ |