print initializer expression before call to code_declaration
This commit is contained in:
parent
5f6b023036
commit
ae27ee29f6
@ -200,10 +200,10 @@ initializer(struct idf *idf; int sc;)
|
||||
free_expression(expr);
|
||||
expr = 0;
|
||||
}
|
||||
code_declaration(idf, expr, level, sc);
|
||||
#ifdef DEBUG
|
||||
print_expr("initializer-expression", expr);
|
||||
#endif DEBUG
|
||||
code_declaration(idf, expr, level, sc);
|
||||
}
|
||||
init_idf(idf);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user