diff options
Diffstat (limited to 'gcc/f/com.c')
-rw-r--r-- | gcc/f/com.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/f/com.c b/gcc/f/com.c index ebfce0a..e81d844 100644 --- a/gcc/f/com.c +++ b/gcc/f/com.c @@ -558,7 +558,7 @@ static GTY(()) struct f_binding_level *current_binding_level; /* A chain of binding_level structures awaiting reuse. */ -static GTY((deletable (""))) struct f_binding_level *free_binding_level; +static GTY((deletable)) struct f_binding_level *free_binding_level; /* The outermost binding level, for names of file scope. This is created when the compiler is started and exists |