From d018549143562be184140e77fc17aee5add3571a Mon Sep 17 00:00:00 2001 From: fred Date: Fri, 18 Oct 1996 07:43:38 +0000 Subject: [PATCH] lilypond-0.0.4 --- symtable.hh | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/symtable.hh b/symtable.hh index f390e285e0..73c4079e70 100644 --- a/symtable.hh +++ b/symtable.hh @@ -1,5 +1,14 @@ +/* + lilypond, (c) 1996 Han-Wen Nienhuys +*/ +#ifndef SYMTABLE_HH +#define SYMTABLE_HH +#include "assoc.hh" +#include "string.hh" +#include "symbol.hh" + struct Symtable : public Assoc { - const Symbol * lookup(String)const; + Symbol lookup(String)const; }; @@ -14,3 +23,6 @@ struct Symtables : private Assoc { }; + +#endif + -- 2.39.5