From d1f8f38f314d8c2d9f879cd5730bea3dcdb5fa4c Mon Sep 17 00:00:00 2001 From: Richard Kreckel Date: Thu, 26 Aug 2004 19:37:57 +0000 Subject: [PATCH] 2004-08-26 Ralf Wildenhues * cln/examples/e.cc: remove extra semicolon. --- ChangeLog | 12 +++++++++--- examples/e.cc | 2 +- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 026fb58..1d35f6b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,10 +1,16 @@ +2004-08-26 Ralf Wildenhues + + * cln/examples/e.cc: remove extra semicolon. + 2004-08-25 Bruno Haible * 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 - * m4/libtool.m4: Add support for Comeau C++ on Linux. - Reported by Prof. Roberto Bagnara . + +2004-08-22 Bruno Haible + + * m4/libtool.m4: Add support for Comeau C++ on Linux. + Reported by Prof. Roberto Bagnara . * autoconf/aclocal.m4: Regenerate. 2004-08-19 Bruno Haible diff --git a/examples/e.cc b/examples/e.cc index f552622..e167576 100644 --- a/examples/e.cc +++ b/examples/e.cc @@ -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)