Some small bugs, fixed #2

This commit is contained in:
Pavel Krajcevski 2014-01-30 14:09:44 -05:00
parent 1a5b748b2c
commit f32a943a90
2 changed files with 2 additions and 2 deletions

View file

@ -63,7 +63,7 @@ CHECK_CXX_SOURCE_COMPILES("
uint64_t ux64 = 3;
return (x8 | ux8 | x16 | ux16 | x32 | ux32 | x64 | ux64);
}"
HAS_CPP11_TYPES
FASTC_BASE_HAS_CPP11_TYPES
)
CONFIGURE_FILE(

View file

@ -75,7 +75,7 @@ typedef uint32_t uint32;
typedef int64_t int64;
typedef uint64_t uint64;
typedef int8_t CHAR;
typedef char CHAR;
#else