[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:
parent
977023524e
commit
eb16cc10aa
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue