[INTERPRETER]
* BUG: Fix building when DEBUG_EVENT is defined. git-svn-id: svn://localhost/gambas/trunk@2813 867c0c6c-44f3-4631-809d-bfa615b0a4ec
This commit is contained in:
parent
db9f0f66b4
commit
a289c402b1
1 changed files with 1 additions and 1 deletions
|
@ -551,7 +551,7 @@ int GB_Raise(void *object, int event_id, int nparam, ...)
|
|||
if (func_id)
|
||||
{
|
||||
#if DEBUG_EVENT
|
||||
class = OBJECT_class(object);
|
||||
CLASS *class = OBJECT_class(object);
|
||||
printf("GB_Raise(%p, %d, %s)\n", object, event_id, class->event[event_id].name);
|
||||
printf("func_id = %d parent = (%s %p)\n", func_id, parent->class->name, parent);
|
||||
if (OBJECT_is_locked(parent))
|
||||
|
|
Loading…
Reference in a new issue