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