]> www.ginac.de Git - cln.git/commitdiff
2004-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
authorRichard Kreckel <kreckel@ginac.de>
Thu, 26 Aug 2004 19:37:57 +0000 (19:37 +0000)
committerRichard Kreckel <kreckel@ginac.de>
Thu, 26 Aug 2004 19:37:57 +0000 (19:37 +0000)
        * cln/examples/e.cc: remove extra semicolon.

ChangeLog
examples/e.cc

index 026fb583ded5d9c7fdc74bdb74664e159ed6fdae..1d35f6b1905c14213494f91f2802b951fd1f6ca8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,16 @@
+2004-08-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * cln/examples/e.cc: remove extra semicolon.
+
 2004-08-25  Bruno Haible  <bruno@clisp.org>
 
        * autoconf/ltmain.sh: Upgrade to libtool-1.5.6.
        * m4/libtool.m4: New file, from libtool-1.5.6 with modifications:
-       2004-02-22  Bruno Haible  <bruno@clisp.org>
-               * m4/libtool.m4: Add support for Comeau C++ on Linux.
-               Reported by Prof. Roberto Bagnara <bagnara@cs.unipr.it>.
+
+2004-08-22  Bruno Haible  <bruno@clisp.org>
+
+       * m4/libtool.m4: Add support for Comeau C++ on Linux.
+       Reported by Prof. Roberto Bagnara <bagnara@cs.unipr.it>.
        * autoconf/aclocal.m4: Regenerate.
 
 2004-08-19  Bruno Haible  <bruno@clisp.org>
index f5526224e5928e2c42aad8e5017322fee84add18..e1675769fee2aefa964e6ab30f14d907635e51f9 100644 (file)
@@ -73,7 +73,7 @@ sum_exp1 (uintL a, uintL b, cl_I & first, cl_I & second)
 
 namespace cln {
   extern cl_LF cl_I_to_LF(const cl_I&, uintC);
-};
+}
 
 void
 const_exp1 (cl_LF & result, uintL dec)