Fix WORDS_BIGENDIAN setting in config.h.

This commit is contained in:
John Ralls 2018-10-29 14:28:47 -07:00
parent 263c5a40ea
commit f93310426d

View File

@ -356,7 +356,7 @@
# endif
#else
# ifndef WORDS_BIGENDIAN
#cmakedefine WORDS_BIGENDIAN
# cmakedefine WORDS_BIGENDIAN 1
# endif
#endif