nimbase.h: use 0 instead of nullptr because travis' C++ compiler doesn't know nullptr

This commit is contained in:
Araq
2018-10-03 00:01:48 +02:00
parent c92fdb24c8
commit 9bd23b2d4c

View File

@@ -280,7 +280,7 @@ namespace USE_NIM_NAMESPACE {
# define NIM_FALSE false
# endif
# define NIM_BOOL bool
# define NIM_NIL nullptr
# define NIM_NIL 0
#else
# ifdef bool
# define NIM_BOOL bool