aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeoffrey Keating <geoffk@redhat.com>2001-04-04 18:04:52 +0000
committerGeoffrey Keating <geoffk@gcc.gnu.org>2001-04-04 18:04:52 +0000
commit75da53c9eee2bab8452bfec70dc0cddc5e391b2b (patch)
tree6da7ab101f855818b83b9ffa2c814a3140b05a3d
parentde307574bfcdeaf87a7114481d7e1ff4b5ef0dcd (diff)
downloadgcc-75da53c9eee2bab8452bfec70dc0cddc5e391b2b.zip
gcc-75da53c9eee2bab8452bfec70dc0cddc5e391b2b.tar.gz
gcc-75da53c9eee2bab8452bfec70dc0cddc5e391b2b.tar.bz2
* include/backward/fstream.h: Add missing semicolons.
From-SVN: r41090
-rw-r--r--libstdc++-v3/ChangeLog4
-rw-r--r--libstdc++-v3/include/backward/fstream.h4
2 files changed, 6 insertions, 2 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 09906da..dda2c47 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -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.
diff --git a/libstdc++-v3/include/backward/fstream.h b/libstdc++-v3/include/backward/fstream.h
index b4ecd3d..6252d5d 100644
--- a/libstdc++-v3/include/backward/fstream.h
+++ b/libstdc++-v3/include/backward/fstream.h
@@ -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