print initializer expression before call to code_declaration
This commit is contained in:
parent
9dd87881e1
commit
cf0852c846
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue