Commit 8b60653d by Jeff Law

Undo previous change. Ulrich wants the problem hanled differently.

From-SVN: r24918
parent 763c4445
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> 1998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
* configure.in (compiler_name): Add check to detect if this * configure.in (compiler_name): Add check to detect if this
......
/* This is part of libio/iostream, providing -*- C++ -*- input/output. /* 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 This file is part of the GNU IO Library. This library is free
software; you can redistribute it and/or modify it under the 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. */ ...@@ -28,9 +28,6 @@ the executable file might be covered by the GNU General Public License. */
#pragma implementation #pragma implementation
#endif #endif
#ifndef _POSIX_SOURCE
# define _POSIX_SOURCE
#endif
#include <stdiostream.h> #include <stdiostream.h>
#include "libioP.h" #include "libioP.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment