gcc-4.8 seems to dislike a space between # and cmakedefine.

This commit is contained in:
John Ralls 2018-10-29 15:35:35 -07:00
parent f93310426d
commit 5e426aa935

View File

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