[INTERPRETER]

* BUG: Remove the redefinition of NULL constant in C++ sources.


git-svn-id: svn://localhost/gambas/trunk@7741 867c0c6c-44f3-4631-809d-bfa615b0a4ec
This commit is contained in:
Benoît Minisini 2016-04-13 21:20:13 +00:00
parent 977023524e
commit eb16cc10aa

View file

@ -66,8 +66,8 @@
#endif
#if defined(__cplusplus) && !defined(__clang__)
#undef NULL
#define NULL ((intptr_t)0)
/* #undef NULL
#define NULL ((intptr_t)0)*/
#else
#ifdef bool
#undef bool