summaryrefslogtreecommitdiffstats
path: root/runtime/obj.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/obj.h')
-rw-r--r--runtime/obj.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/obj.h b/runtime/obj.h
index 3973a16e..50868cc9 100644
--- a/runtime/obj.h
+++ b/runtime/obj.h
@@ -77,8 +77,8 @@
/* the next macro MUST be called in Constructors: */
#ifndef NDEBUG /* this means if debug... */
# define objConstructSetObjInfo(pThis) \
- ASSERT(((obj_t*) (pThis))->pObjInfo == NULL); \
((obj_t*) (pThis))->pObjInfo = pObjInfoOBJ; \
+ ((obj_t*) (pThis))->pszName = NULL; \
((obj_t*) (pThis))->iObjCooCKiE = 0xBADEFEE
#else
# define objConstructSetObjInfo(pThis) ((obj_t*) (pThis))->pObjInfo = pObjInfoOBJ