diff options
author | Jeff Law <law@gcc.gnu.org> | 2000-06-11 14:21:02 -0600 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 2000-06-11 14:21:02 -0600 |
commit | cbd3488bb9798167f4eeb8dd7ed693dcbf66d987 (patch) | |
tree | a64c8855d038918ad26334051725e80fb581ef60 /gcc/real.h | |
parent | 83c137d7a05ff97ec1c0b03097d4d9c43d5527b5 (diff) | |
download | gcc-cbd3488bb9798167f4eeb8dd7ed693dcbf66d987.zip gcc-cbd3488bb9798167f4eeb8dd7ed693dcbf66d987.tar.gz gcc-cbd3488bb9798167f4eeb8dd7ed693dcbf66d987.tar.bz2 |
[multiple changes]
2000-06-09 Rodney Brown <RodneyBrown@mynd.com>
* mcore-protos.h: discards const warning removal.
* mcore.c: discards const warning removal.
2000-06-09 Kazu Hirata <kazu@hxi.com>
* config/h8300/lib1funcs.asm: Declare the machine architecture at
the beginning of the file.
2000-06-09 J. David Anglin <dave@hiauly1.hia.nrc.ca>
* real.h: Add prototype for ldexp.
From-SVN: r34496
Diffstat (limited to 'gcc/real.h')
-rw-r--r-- | gcc/real.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -359,7 +359,7 @@ do { \ /* Scale X by Y powers of 2. */ #ifndef REAL_VALUE_LDEXP #define REAL_VALUE_LDEXP(x, y) ldexp (x, y) -extern double ldexp (); +extern double ldexp PARAMS ((double, int)); #endif /* Convert the string X to a floating-point value. */ |