fix encoding

This commit is contained in:
Vítor Santos Costa 2016-02-18 12:11:17 +00:00
parent 484168b1ce
commit fa0ef4e0c8
2 changed files with 3 additions and 2 deletions

3
.gitignore vendored
View File

@ -138,4 +138,5 @@ Release
Build
xcode
Threads
mxe
mxe
caret

View File

@ -1994,7 +1994,7 @@ significant byte first (like Motorola and SPARC, unlike Intel). */
# endif
#else
# ifndef WORDS_BIGENDIAN
# define WORDS_BIGENDIAN
# define WORDS_BIGENDIAN 0
#ifndef WORDS_BIGENDIAN
#
# endif