* tree.c: (last_annotated_node): Use sources_locus typedef.
This permits bootstrapping with --enable-mapped-location.
From-SVN: r113804
+2006-05-15 Per Bothner <per@bothner.com>
+
+ * tree.c: (last_annotated_node): Use sources_locus typedef.
+ This permits bootstrapping with --enable-mapped-location.
+
2006-05-15 Zdenek Dvorak <dvorakz@suse.cz>
PR tree-optimization/26830
#if 1 /* ! defined(USE_MAPPED_LOCATION) */
/* ??? gengtype doesn't handle conditionals */
-static GTY(()) location_t *last_annotated_node;
+static GTY(()) source_locus last_annotated_node;
#endif
#ifdef USE_MAPPED_LOCATION