Skip to content

Commit 6fea594

Browse files
committed
Merged pull request #67
2 parents f819033 + f15b4d9 commit 6fea594

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

parse_tz.c

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,12 @@
3939
# endif
4040
#endif
4141

42+
#if (defined(__BYTE_ORDER) && defined(__BIG_ENDIAN))
43+
# if __BYTE_ORDER == __BIG_ENDIAN
44+
# define WORDS_BIGENDIAN
45+
# endif
46+
#endif
47+
4248
#if defined(__s390__)
4349
# if __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__
4450
# define WORDS_BIGENDIAN

0 commit comments

Comments
 (0)