Commit 21c157b4 by Geoffrey Keating Committed by Geoffrey Keating

* except.c (call_site_base): Mark with GTY.

From-SVN: r67722
parent e32bac5b
2003-06-10 Geoffrey Keating <geoffk@apple.com>
* except.c (call_site_base): Mark with GTY.
2003-06-10 Richard Earnshaw <rearnsha@arm.com>
* arm-proto.h: Convert to ISO C90 prototypes.
......
......@@ -102,7 +102,7 @@ struct ehl_map_entry GTY(())
struct eh_region *region;
};
static int call_site_base;
static GTY(()) int call_site_base;
static GTY ((param_is (union tree_node)))
htab_t type_to_runtime_map;
......
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