diff options
Diffstat (limited to 'gcc/cp/spew.c')
| -rw-r--r-- | gcc/cp/spew.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/cp/spew.c b/gcc/cp/spew.c index 9f36d06..74f89a0 100644 --- a/gcc/cp/spew.c +++ b/gcc/cp/spew.c @@ -675,7 +675,7 @@ do_aggr () nth_token (1)->yychar = IDENTIFIER_DEFN; break; default: - my_friendly_abort (102); + abort (); } } @@ -917,7 +917,7 @@ frob_id (yyc, peek, idp) lastiddecl = trrr; break; default: - my_friendly_abort (20000907); + abort (); } } else |
