Fix previous commit.
This commit is contained in:
@@ -42,6 +42,7 @@
|
|||||||
#include "miniacc.h"
|
#include "miniacc.h"
|
||||||
#if !(ACC_CC_CLANG || ACC_CC_GNUC)
|
#if !(ACC_CC_CLANG || ACC_CC_GNUC)
|
||||||
// other compilers may work, but we're NOT interested into supporting them
|
// other compilers may work, but we're NOT interested into supporting them
|
||||||
|
# error "only clang and gcc are officially supported"
|
||||||
#endif
|
#endif
|
||||||
#if !defined(UINT_MAX) || (UINT_MAX != 0xffffffffL)
|
#if !defined(UINT_MAX) || (UINT_MAX != 0xffffffffL)
|
||||||
# error "UINT_MAX"
|
# error "UINT_MAX"
|
||||||
|
|||||||
Reference in New Issue
Block a user