aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcc.c
diff options
context:
space:
mode:
authorEric Christopher <echristo@redhat.com>2001-09-01 00:23:53 +0000
committerEric Christopher <echristo@gcc.gnu.org>2001-09-01 00:23:53 +0000
commit4049df424c16c609ac256d5e98ac743a71547f10 (patch)
treee75ecff0252a47b17bbbf7bc827fef300e3f1f7f /gcc/gcc.c
parent8950361603a89f8f3295b647ac200d4c02eef21d (diff)
downloadgcc-4049df424c16c609ac256d5e98ac743a71547f10.zip
gcc-4049df424c16c609ac256d5e98ac743a71547f10.tar.gz
gcc-4049df424c16c609ac256d5e98ac743a71547f10.tar.bz2
gcc.c (handle_braces): Add explaination for abort.
2001-08-31 Eric Christopher <echristo@redhat.com> * gcc.c (handle_braces): Add explaination for abort. From-SVN: r45340
Diffstat (limited to 'gcc/gcc.c')
-rw-r--r--gcc/gcc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gcc.c b/gcc/gcc.c
index fcb0d84..231d558 100644
--- a/gcc/gcc.c
+++ b/gcc/gcc.c
@@ -5092,7 +5092,7 @@ next_member:
else if (*q == '}')
count--;
else if (*q == 0)
- abort ();
+ fatal ("Mismatched braces in specs");
q++;
}
endbody = q;