diff options
author | Kaveh R. Ghazi <ghazi@caip.rutgers.edu> | 1998-02-15 20:36:23 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1998-02-15 13:36:23 -0700 |
commit | 79e118448542dc4e449e17ff1fb1e27f78566326 (patch) | |
tree | d8f9558ef6d9cd4a234e3314c61026a1bb51a697 /gcc/ChangeLog | |
parent | c9b4de06772eb2125143f7f888cb7bd8050bedc2 (diff) | |
download | gcc-79e118448542dc4e449e17ff1fb1e27f78566326.zip gcc-79e118448542dc4e449e17ff1fb1e27f78566326.tar.gz gcc-79e118448542dc4e449e17ff1fb1e27f78566326.tar.bz2 |
system.h: Fix return type of bcmp prototype from `void' to `int'.
* system.h: Fix return type of bcmp prototype from `void' to `int'.
Make bcopy, bcmp and bzero prototypes explicitly `extern'.
Add a prototype for getenv.
From-SVN: r18018
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 48f76cf..798d117 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +Sun Feb 15 21:33:55 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> + + * system.h: Fix return type of bcmp prototype from `void' to `int'. + Make bcopy, bcmp and bzero prototypes explicitly `extern'. + Add a prototype for getenv. + Sun Feb 15 17:05:41 1998 Jim Wilson <wilson@cygnus.com> * mips/mips.h (INITIAL_ELIMINATION_OFFSET): Readd Jun 6 change. |