]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* include/c_std/bits/std_ctime.h: Undefine difftime.
authorrobertl <robertl@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 9 Jan 2001 07:42:45 +0000 (07:42 +0000)
committerrobertl <robertl@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 9 Jan 2001 07:42:45 +0000 (07:42 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38817 138bc75d-0d04-0410-961f-82ee72b054a4

libstdc++-v3/ChangeLog
libstdc++-v3/include/c_std/bits/std_ctime.h

index 6610d3d40f5893c4780920c2a1b3270e1127b255..64e2775c77c0a97926ea60b38172e1d109da7528 100644 (file)
@@ -1,3 +1,8 @@
+
+2001-01-09  Robert Lipe <robertlipe@usa.net>
+
+       * include/c_std/bits/std_ctime.h: Undefine difftime.
+
 2001-01-09  Alexandre Oliva  <aoliva@redhat.com>
 
        * src/gen-num-limits.cc (signal_adapter): New template function.
index 031274b088af50be40d84ad8050f234764160cd9..763693ae7883f46891633126b6f55ad27cf224c6 100644 (file)
@@ -42,6 +42,8 @@
 #pragma GCC system_header
 #include <time.h>
 
+#undef difftime
+
 namespace std
 {
   using ::clock_t;