* include/backward/fstream.h: Add missing semicolons.
authorGeoffrey Keating <geoffk@redhat.com>
Wed, 4 Apr 2001 18:04:52 +0000 (18:04 +0000)
committerGeoffrey Keating <geoffk@gcc.gnu.org>
Wed, 4 Apr 2001 18:04:52 +0000 (18:04 +0000)
From-SVN: r41090

libstdc++-v3/ChangeLog
libstdc++-v3/include/backward/fstream.h

index 09906daac90672cc8f29d59ca4d62373f47b3049..dda2c47055fa1c03d839ab39c023547e875fc861 100644 (file)
@@ -1,3 +1,7 @@
+2001-04-04  Geoffrey Keating  <geoffk@redhat.com>
+
+       * include/backward/fstream.h: Add missing semicolons.
+
 2001-04-03  Benjamin Kosnik  <bkoz@redhat.com>
 
        * include/bits/fstream.tcc: Add bool parameter to filebuf ctor.
index b4ecd3d8cadea7e33aeb3ae6cb493e43f11daabd..6252d5d096927cd2b663fe9494364c77528dde8f 100644 (file)
@@ -34,14 +34,14 @@ using std::filebuf;
 using std::ifstream;
 using std::ofstream;
 using std::fstream;
-using std::streampos
+using std::streampos;
 
 #ifdef _GLIBCPP_USE_WCHAR_T
 using std::wfilebuf;
 using std::wifstream;
 using std::wofstream;
 using std::wfstream;
-using std::wstreampos
+using std::wstreampos;
 #endif
 
 #endif