summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-04-04 09:32:07 +0000
committerUlrich Drepper <drepper@redhat.com>2004-04-04 09:32:07 +0000
commit53de11add6663a7ea878307ab7be81f48d82310b (patch)
treef2f9c39c763c031b0ed28b93388fb3601ee922af /math
parent5da3d377184465497da472ad71a26a578fe6a5dd (diff)
Update.
2004-04-04 Ulrich Drepper <drepper@redhat.com> * math/test-tgmath.c: Declare compile_testl inly if we will define it.
Diffstat (limited to 'math')
-rw-r--r--math/test-tgmath.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/math/test-tgmath.c b/math/test-tgmath.c
index 24474ce254..f8453d0835 100644
--- a/math/test-tgmath.c
+++ b/math/test-tgmath.c
@@ -1,5 +1,5 @@
/* Test compilation of tgmath macros.
- Copyright (C) 2001, 2003 Free Software Foundation, Inc.
+ Copyright (C) 2001, 2003, 2004 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Jakub Jelinek <jakub@redhat.com> and
Ulrich Drepper <drepper@redhat.com>, 2001.
@@ -30,7 +30,9 @@
static void compile_test (void);
static void compile_testf (void);
+#ifndef NO_LONG_DOUBLE
static void compile_testl (void);
+#endif
float fx;
double dx;