]> www.ginac.de Git - cln.git/commitdiff
* include/cln/string.h: Declare cl_string.
authorRichard Kreckel <kreckel@ginac.de>
Mon, 18 Apr 2005 21:17:11 +0000 (21:17 +0000)
committerRichard Kreckel <kreckel@ginac.de>
Mon, 18 Apr 2005 21:17:11 +0000 (21:17 +0000)
ChangeLog
include/cln/string.h

index 61823a2a9e7209e3e9843724402a180adad807ee..bad5914361e886d806da5c572b58cdbd9c9aee33 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-04-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * include/cln/string.h: Declare cl_string.
+
 2005-03-17  Richard B. Kreckel  <kreckel@ginac.de>
 
        * autoconf/ltmain.sh: Upgrade to libtool-1.5.14.
@@ -21,7 +25,7 @@
        * include/cln/float.h: Likewise, both for arguments of types double and
        float.
        * include/cln/real.h: Likewise.
-       Reported by Isidro Cachadiña Gutiérrez <icacha@unex.es>.
+       Reported by Isidro Cachadiña Gutiérrez <icacha@unex.es>.
 
 2004-11-03  Richard B. Kreckel  <kreckel@ginac.de>
 
index cfd8b497fe15e2d295811399d1ebb56a5a6b5232..97703eca7c116d0139a77e9a04d502c0fbb77fe7 100644 (file)
@@ -10,6 +10,8 @@
 
 namespace cln {
 
+struct cl_string;
+
 // General, reference counted and garbage collected strings.
 struct cl_heap_string : public cl_heap {
 private: