]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
bastring.h: Don't #include <std/bastring.cc> yet.
authorJason Merrill <jason@yorick.cygnus.com>
Wed, 18 Feb 1998 10:31:21 +0000 (10:31 +0000)
committerJason Merrill <jason@gcc.gnu.org>
Wed, 18 Feb 1998 10:31:21 +0000 (05:31 -0500)
* std/bastring.h: Don't #include <std/bastring.cc> yet.
* sinst.cc: Revert.

From-SVN: r18063

libstdc++/ChangeLog
libstdc++/sinst.cc
libstdc++/std/bastring.h

index dc5f601bba100168ebcb1ee76efcaa5cbaa5d26b..b61eb05d529742fad225adb4b37f2bc75cbe34e3 100644 (file)
@@ -1,3 +1,8 @@
+1998-02-18  Jason Merrill  <jason@yorick.cygnus.com>
+
+       * std/bastring.h: Don't #include <std/bastring.cc> yet.
+       * sinst.cc: Revert.
+
 Tue Feb 10 01:03:19 1998  Jason Merrill  <jason@yorick.cygnus.com>
 
        * std/bastring.h (unique): We only need length bytes.
index d5a7322872f1ae27c4e31f48f7ec1dc64a7359a4..bb08a50827501e728b1b1fc2d5a1879e179c5e86 100644 (file)
@@ -1 +1,2 @@
 #include <string>
+#include <std/bastring.cc>
index cbc6e4384c82d3752ab1c13748c93ab9076abc45..38cf7e7b4a0f90272bbf0a32864fc54c1f7e702a 100644 (file)
@@ -607,6 +607,4 @@ getline (istream&, basic_string <charT, traits, Allocator>&, charT delim = '\n')
 
 } // extern "C++"
 
-#include <std/bastring.cc>
-
 #endif