diff options
author | Kaveh R. Ghazi <ghazi@caip.rutgers.edu> | 1999-08-27 13:50:23 +0000 |
---|---|---|
committer | Kaveh Ghazi <ghazi@gcc.gnu.org> | 1999-08-27 13:50:23 +0000 |
commit | 3995f0f9f2b142b7fd88c59a44a387ad159201c5 (patch) | |
tree | a2541d3c7935d8d4355962a3b215c09811133d1e /gcc/gcc.c | |
parent | 6c1b3bf290b57d8adb19bda3ae15368a4a402a01 (diff) | |
download | gcc-3995f0f9f2b142b7fd88c59a44a387ad159201c5.zip gcc-3995f0f9f2b142b7fd88c59a44a387ad159201c5.tar.gz gcc-3995f0f9f2b142b7fd88c59a44a387ad159201c5.tar.bz2 |
* gcc.c (fatal): Make definition static to match prototype.
From-SVN: r28931
Diffstat (limited to 'gcc/gcc.c')
-rw-r--r-- | gcc/gcc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5341,7 +5341,7 @@ fancy_abort () /* Output an error message and exit */ -void +static void fatal VPROTO((const char *msgid, ...)) { #ifndef ANSI_PROTOTYPES |