]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.3
authorfred <fred>
Thu, 10 Oct 1996 18:46:26 +0000 (18:46 +0000)
committerfred <fred>
Thu, 10 Oct 1996 18:46:26 +0000 (18:46 +0000)
debug.hh
molecule.hh
symtable.hh

index cf2c4ada52876d1228c2d520d62847e025e5fdd8..ae75b77fa142dd32d6cd6c6e2e3a732a229e0f80 100644 (file)
--- a/debug.hh
+++ b/debug.hh
@@ -6,7 +6,7 @@
 
 
 
-#define WARN warnout << "warning: "<<__FUNCTION__ << ": "
+#define WARN warnout << "warning: "<<__FUNCTION__ << "(): "
 extern ostream &warnout ;
 extern ostream *mlog;  
 extern Dstream monitor; // monitor
index 6f63be3ba9cef03c0d9cb94436b460ae65ca4bcc..6709b7375074b89124e5e39e2de2a2ac71e3d438 100644 (file)
@@ -16,9 +16,7 @@ struct Atom {
     
     /// how big is #this#?
     Box extent() const;
-    Atom(const Symbol*s) {
-       sym=s;
-    }
+    Atom(const Symbol*s);
     String TeXstring() const;
 };
 
index 9d5213a7c36ff9f381faa86bf46b5321a838e37e..f390e285e01b26da27d608e1c896f944631ab99a 100644 (file)
@@ -1,5 +1,5 @@
 struct  Symtable : public Assoc<String, Symbol> {
-
+    const Symbol * lookup(String)const;
 };