diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-06-03 00:58:24 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-06-03 00:58:24 +0000 |
commit | 204e299e7abced899f202da759d4778c23b7b6e4 (patch) | |
tree | 0da906803936c20071870599d2c411a5fe2330fd /math | |
parent | 7b61638db0d0dbea5bdb8902063a978ea5f09417 (diff) | |
download | glibc-204e299e7abced899f202da759d4778c23b7b6e4.zip glibc-204e299e7abced899f202da759d4778c23b7b6e4.tar.gz glibc-204e299e7abced899f202da759d4778c23b7b6e4.tar.bz2 |
Pretty print.
Diffstat (limited to 'math')
-rw-r--r-- | math/tgmath.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/tgmath.h b/math/tgmath.h index 7bf22b9..fc2fdca 100644 --- a/math/tgmath.h +++ b/math/tgmath.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1997, 1998, 1999 Free Software Foundation, Inc. +/* Copyright (C) 1997, 1998, 1999, 2000 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -330,7 +330,7 @@ /* Return X times (2 to the Nth power). */ #if defined __USE_MISC || defined __USE_XOPEN_EXTENDED -#define scalb(Val1, Val2) __TGMATH_BINARY_REAL_ONLY (Val1, Val2, scalb) +# define scalb(Val1, Val2) __TGMATH_BINARY_REAL_ONLY (Val1, Val2, scalb) #endif /* Return X times (2 to the Nth power). */ |