about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-09-16 01:39:48 +0000
committerUlrich Drepper <drepper@redhat.com>2000-09-16 01:39:48 +0000
commit5985c772100b698aa6cf77997b06e4cfd047e7e7 (patch)
tree27274828616b82fce2ca258e9a8367a6753b8949 /ChangeLog
parent8ae67009786d409e1995536c9dbd7f52c4b4c9be (diff)
downloadglibc-5985c772100b698aa6cf77997b06e4cfd047e7e7.tar.gz
glibc-5985c772100b698aa6cf77997b06e4cfd047e7e7.tar.xz
glibc-5985c772100b698aa6cf77997b06e4cfd047e7e7.zip
Update.
	* 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 ~.
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.