diff options
Diffstat (limited to 'gcc/gcc.c')
-rw-r--r-- | gcc/gcc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5092,7 +5092,7 @@ next_member: else if (*q == '}') count--; else if (*q == 0) - abort (); + fatal ("Mismatched braces in specs"); q++; } endbody = q; |