diff options
Diffstat (limited to 'gcc/function.h')
-rw-r--r-- | gcc/function.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/function.h b/gcc/function.h index 1e5c56f..c61944a 100644 --- a/gcc/function.h +++ b/gcc/function.h @@ -377,7 +377,7 @@ struct function GTY(()) /* For md files. */ /* tm.h can use this to store whatever it likes. */ - struct machine_function * GTY ((maybe_undef (""))) machine; + struct machine_function * GTY ((maybe_undef)) machine; /* The largest alignment of slot allocated on the stack. */ int stack_alignment_needed; /* Preferred alignment of the end of stack frame. */ |