Commit b8100453 by Jim Wilson

(struct function): Add momentary_function_firstobj

field.

From-SVN: r6724
parent f030d6e6
...@@ -150,6 +150,7 @@ struct function ...@@ -150,6 +150,7 @@ struct function
char *maybepermanent_firstobj; char *maybepermanent_firstobj;
char *temporary_firstobj; char *temporary_firstobj;
char *momentary_firstobj; char *momentary_firstobj;
char *momentary_function_firstobj;
struct obstack *current_obstack; struct obstack *current_obstack;
struct obstack *function_obstack; struct obstack *function_obstack;
struct obstack *function_maybepermanent_obstack; struct obstack *function_maybepermanent_obstack;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment