* line-map.c (linemap_init): Initialize 'reallocator' field.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@145300
138bc75d-0d04-0410-961f-
82ee72b054a4
+2009-03-30 Tom Tromey <tromey@redhat.com>
+
+ PR preprocessor/39512:
+ * line-map.c (linemap_init): Initialize 'reallocator' field.
+
2009-03-30 Jakub Jelinek <jakub@redhat.com>
PR target/39558
set->highest_location = 0;
set->highest_line = 0;
set->max_column_hint = 0;
+ set->reallocator = 0;
}
/* Check for and warn about line_maps entered but not exited. */