diff options
Diffstat (limited to 'gcc/cpplib.h')
-rw-r--r-- | gcc/cpplib.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/cpplib.h b/gcc/cpplib.h index c53375d..905ca5d 100644 --- a/gcc/cpplib.h +++ b/gcc/cpplib.h @@ -508,9 +508,9 @@ struct cpp_hashnode GTY(()) union _cpp_hashnode_value { /* If a macro. */ - cpp_macro * GTY((skip (""))) macro; + cpp_macro * GTY((skip)) macro; /* Answers to an assertion. */ - struct answer * GTY ((skip (""))) answers; + struct answer * GTY ((skip)) answers; /* Code for a builtin macro. */ enum builtin_type GTY ((tag ("1"))) builtin; /* Macro argument index. */ |