diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-01-26 01:42:51 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-01-26 01:42:51 +0000 |
commit | deea1b2970f69d3fc283eaad1eb615ffc7e1166f (patch) | |
tree | 9df80bb6609b38337547c21169e654ed97cee933 /math/test-tgmath.c | |
parent | 4f2689f478551b5d6facb9923ab37abbca3055e7 (diff) | |
download | glibc-deea1b2970f69d3fc283eaad1eb615ffc7e1166f.tar.gz glibc-deea1b2970f69d3fc283eaad1eb615ffc7e1166f.tar.xz glibc-deea1b2970f69d3fc283eaad1eb615ffc7e1166f.zip |
Update.
* math/tgmath.h: Pretty printing.
Diffstat (limited to 'math/test-tgmath.c')
-rw-r--r-- | math/test-tgmath.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/test-tgmath.c b/math/test-tgmath.c index 0040738244..ad63f71737 100644 --- a/math/test-tgmath.c +++ b/math/test-tgmath.c @@ -26,7 +26,7 @@ #include <stdio.h> #include <tgmath.h> -#define DEBUG +//#define DEBUG static void compile_test (void); static void compile_testf (void); |