diff --git a/extree.c b/extree.c index dd9722c..195de20 100644 --- a/extree.c +++ b/extree.c @@ -183,7 +183,7 @@ static EX_TREE *new_temp_sym( sym = memcheck(malloc(sizeof(SYMBOL))); sym->label = memcheck(strdup(label)); - sym->flags = 0; + sym->flags = SYMBOLFLAG_DEFINITION; sym->stmtno = stmtno; sym->next = NULL; sym->section = section;