diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-01-30 11:14:53 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-01-30 11:14:53 +0000 |
commit | affe8739ae589e9942d4a5b90effa6ef87b9ad64 (patch) | |
tree | a2481822989f399e982a000181b2973aca840ac3 /libio/stdiostream.cc | |
parent | 88986b902e63b732fd8bd9a9a6be3db9a7af3661 (diff) | |
download | gcc-affe8739ae589e9942d4a5b90effa6ef87b9ad64.tar.gz |
Undo previous change. Ulrich wants the problem hanled differently.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@24918 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libio/stdiostream.cc')
-rw-r--r-- | libio/stdiostream.cc | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/libio/stdiostream.cc b/libio/stdiostream.cc index 7fb671402e8..bc9bef08ab6 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" |