diff options
Diffstat (limited to 'gcc/cp/parser.c')
-rw-r--r-- | gcc/cp/parser.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/parser.c b/gcc/cp/parser.c index ec5912f..1d1799c 100644 --- a/gcc/cp/parser.c +++ b/gcc/cp/parser.c @@ -126,7 +126,7 @@ static void cp_token_cache_push_token /* Create a new cp_token_cache. */ static cp_token_cache * -cp_token_cache_new () +cp_token_cache_new (void) { return ggc_alloc_cleared (sizeof (cp_token_cache)); } |