aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9ae5136d40..c795a5fc1c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2000-09-15 Ulrich Drepper <drepper@redhat.com>
+ * math/complex.h: Don't define _Complex macro for gcc 3. Add
+ __extension__ to _Complex_I definition since gcc warns if -pedantic.
+ * math/bits/cmathcalls.h (conj): Add __extension__ since we use ~.
+
* include/limits.h: Define LLONG_MIN, LLONG_MAX, ULLONG_MAX if
necessary. Move includes of POSIX and Unix limits files to the
end.