aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Law <law@gcc.gnu.org>1999-01-30 04:14:53 -0700
committerJeff Law <law@gcc.gnu.org>1999-01-30 04:14:53 -0700
commit8b60653df43ea141efd312dd7d35449e227cfdf5 (patch)
treea2481822989f399e982a000181b2973aca840ac3
parent763c44454c67d9e351d356bcc133b28a3c010f3e (diff)
downloadgcc-8b60653df43ea141efd312dd7d35449e227cfdf5.zip
gcc-8b60653df43ea141efd312dd7d35449e227cfdf5.tar.gz
gcc-8b60653df43ea141efd312dd7d35449e227cfdf5.tar.bz2
Undo previous change. Ulrich wants the problem hanled differently.
From-SVN: r24918
-rw-r--r--libio/ChangeLog4
-rw-r--r--libio/stdiostream.cc5
2 files changed, 1 insertions, 8 deletions
diff --git a/libio/ChangeLog b/libio/ChangeLog
index e835328..bb3722c 100644
--- a/libio/ChangeLog
+++ b/libio/ChangeLog
@@ -1,7 +1,3 @@
-Sat Jan 30 08:07:56 1999 Mumit Khan <khan@xraylith.wisc.edu>
-
- * stdiostream.cc (_POSIX_SOURCE): Define.
-
1998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
* configure.in (compiler_name): Add check to detect if this
diff --git a/libio/stdiostream.cc b/libio/stdiostream.cc
index 7fb6714..bc9bef0 100644
--- a/libio/stdiostream.cc
+++ b/libio/stdiostream.cc
@@ -1,5 +1,5 @@
/* This is part of libio/iostream, providing -*- C++ -*- input/output.
-Copyright (C) 1993, 1999 Free Software Foundation
+Copyright (C) 1993 Free Software Foundation
This file is part of the GNU IO Library. This library is free
software; you can redistribute it and/or modify it under the
@@ -28,9 +28,6 @@ the executable file might be covered by the GNU General Public License. */
#pragma implementation
#endif
-#ifndef _POSIX_SOURCE
-# define _POSIX_SOURCE
-#endif
#include <stdiostream.h>
#include "libioP.h"