aboutsummaryrefslogtreecommitdiff
path: root/gcc/gengtype.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/gengtype.c')
-rw-r--r--gcc/gengtype.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/gcc/gengtype.c b/gcc/gengtype.c
index 0e58dc0c717..4e61449861b 100644
--- a/gcc/gengtype.c
+++ b/gcc/gengtype.c
@@ -83,8 +83,7 @@ xasprintf (const char *format, ...)
/* The one and only TYPE_STRING. */
struct type string_type = {
- TYPE_STRING, NULL, NULL, GC_USED
- UNION_INIT_ZERO
+ TYPE_STRING, NULL, NULL, GC_USED, {0}
};
/* Lists of various things. */
@@ -1272,8 +1271,6 @@ get_output_file_name (const char *input_file)
/* Copy the output to its final destination,
but don't unnecessarily change modification times. */
-static void close_output_files (void);
-
static void
close_output_files (void)
{