blocks, eventually). */
struct context_stack
- {
- /* Outer locals at the time we entered */
-
- struct pending *locals;
-
- /* Pending using directives at the time we entered. */
-
- struct using_direct *local_using_directives;
-
- /* Pointer into blocklist as of entry */
-
- struct pending_block *old_blocks;
-
- /* Name of function, if any, defining context */
-
- struct symbol *name;
-
- /* Expression that computes the frame base of the lexically enclosing
- function, if any. NULL otherwise. */
+{
+ /* Outer locals at the time we entered. */
+ pending *locals;
- struct dynamic_prop *static_link;
+ /* Pending using directives at the time we entered. */
+ using_direct *local_using_directives;
- /* PC where this context starts */
+ /* Pointer into blocklist as of entry. */
+ pending_block *old_blocks;
- CORE_ADDR start_addr;
+ /* Name of function, if any, defining context. */
+ symbol *name;
- /* For error-checking matching push/pop */
+ /* Expression that computes the frame base of the lexically enclosing
+ function, if any. NULL otherwise. */
+ dynamic_prop *static_link;
- int depth;
+ /* PC where this context starts. */
+ CORE_ADDR start_addr;
- };
+ /* For error-checking matching push/pop. */
+ int depth;
+};
/* Flags associated with a linetable entry. */