]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.6
authorfred <fred>
Thu, 31 Oct 1996 21:36:17 +0000 (21:36 +0000)
committerfred <fred>
Thu, 31 Oct 1996 21:36:17 +0000 (21:36 +0000)
symtable.hh

index 73c4079e70c48fd5729746c24eb1acba2ad76772..a1443a7d3b1b4b15a4edc0e7fa9dc2494ffebb58 100644 (file)
@@ -13,12 +13,7 @@ struct  Symtable : public Assoc<String, Symbol> {
 
 
 struct Symtables : private Assoc<String, Symtable*> {
-    String fname;
-    bool done_reading;
-    Symtables(String s) : fname (s) {
-       done_reading = false;
-    }
-    void read() ;
+    void read(Text_db&) ;
     Symtable* operator()(String s);
 
 };