aboutsummaryrefslogtreecommitdiff
path: root/gcc/cpperror.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cpperror.c')
-rw-r--r--gcc/cpperror.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cpperror.c b/gcc/cpperror.c
index af01881..c7339dc 100644
--- a/gcc/cpperror.c
+++ b/gcc/cpperror.c
@@ -114,7 +114,7 @@ v_cpp_message (pfile, is_error, msgid, ap)
pfile->errors = CPP_FATAL_LIMIT;
break;
default:
- abort ();
+ cpp_fatal (pfile, "internal error: bad is_error(%d) in v_cpp_message", is_error);
}
vfprintf (stderr, _(msgid), ap);