summaryrefslogtreecommitdiff
path: root/mpq/get_d.c
diff options
context:
space:
mode:
Diffstat (limited to 'mpq/get_d.c')
-rw-r--r--mpq/get_d.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/mpq/get_d.c b/mpq/get_d.c
index 7cd06e50a..d9ced7406 100644
--- a/mpq/get_d.c
+++ b/mpq/get_d.c
@@ -49,12 +49,7 @@ MA 02111-1307, USA. */
*/
double
-#if __STDC__
mpq_get_d (const MP_RAT *src)
-#else
-mpq_get_d (src)
- const MP_RAT *src;
-#endif
{
mp_ptr np, dp;
mp_ptr rp;