aboutsummaryrefslogtreecommitdiff
path: root/gcc/real.h
diff options
context:
space:
mode:
authorJeff Law <law@gcc.gnu.org>2000-06-11 14:21:02 -0600
committerJeff Law <law@gcc.gnu.org>2000-06-11 14:21:02 -0600
commitcbd3488bb9798167f4eeb8dd7ed693dcbf66d987 (patch)
treea64c8855d038918ad26334051725e80fb581ef60 /gcc/real.h
parent83c137d7a05ff97ec1c0b03097d4d9c43d5527b5 (diff)
downloadgcc-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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/real.h b/gcc/real.h
index a85ca74..ccd0541 100644
--- a/gcc/real.h
+++ b/gcc/real.h
@@ -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. */