]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
This commit was manufactured by cvs2svn to create branch
authorNo Author <no-author@gcc.gnu.org>
Sun, 7 Dec 1997 10:33:36 +0000 (10:33 +0000)
committerNo Author <no-author@gcc.gnu.org>
Sun, 7 Dec 1997 10:33:36 +0000 (10:33 +0000)
'egcs_1_00_branch'.

From-SVN: r16992

libstdc++/fstream [new file with mode: 0644]
libstdc++/iomanip [new file with mode: 0644]
libstdc++/iosfwd [new file with mode: 0644]
libstdc++/iostream [new file with mode: 0644]
libstdc++/strstream [new file with mode: 0644]

diff --git a/libstdc++/fstream b/libstdc++/fstream
new file mode 100644 (file)
index 0000000..2c35ca9
--- /dev/null
@@ -0,0 +1,7 @@
+// -*- C++ -*- forwarding header.
+// This file is part of the GNU ANSI C++ Library.
+
+#ifndef __FSTREAM__
+#define __FSTREAM__
+#include <fstream.h>
+#endif
diff --git a/libstdc++/iomanip b/libstdc++/iomanip
new file mode 100644 (file)
index 0000000..8179485
--- /dev/null
@@ -0,0 +1,7 @@
+// -*- C++ -*- forwarding header.
+// This file is part of the GNU ANSI C++ Library.
+
+#ifndef __IOMANIP__
+#define __IOMANIP__
+#include <iomanip.h>
+#endif
diff --git a/libstdc++/iosfwd b/libstdc++/iosfwd
new file mode 100644 (file)
index 0000000..8314cf7
--- /dev/null
@@ -0,0 +1,15 @@
+// -*- C++ -*- I/O forward declaration header.
+// This file is part of the GNU ANSI C++ Library.
+
+#ifndef __IOSFWD__
+#define __IOSFWD__
+class ios;
+class streambuf;
+class istream;
+class ostream;
+class iostream;
+class filebuf;
+class ifstream;
+class ofstream;
+class fstream;
+#endif
diff --git a/libstdc++/iostream b/libstdc++/iostream
new file mode 100644 (file)
index 0000000..7ecba6e
--- /dev/null
@@ -0,0 +1,7 @@
+// -*- C++ -*- forwarding header.
+// This file is part of the GNU ANSI C++ Library.
+
+#ifndef __IOSTREAM__
+#define __IOSTREAM__
+#include <iostream.h>
+#endif
diff --git a/libstdc++/strstream b/libstdc++/strstream
new file mode 100644 (file)
index 0000000..ee360e0
--- /dev/null
@@ -0,0 +1,7 @@
+// -*- C++ -*- forwarding header.
+// This file is part of the GNU ANSI C++ Library.
+
+#ifndef __STRSTREAM__
+#define __STRSTREAM__
+#include <strstream.h>
+#endif