]> git.donarmstrong.com Git - lilypond.git/blobdiff - keyword.hh
release: 0.0.3
[lilypond.git] / keyword.hh
index aa87a8dc1af7591d595219c9ed722753142dd3ef..42267ef57a5cb29167ffc12eed102022590763bf 100644 (file)
@@ -13,5 +13,11 @@ struct Keyword_table
     int     lookup(const char *s) const;
 };
 
-struct Identifier{
+struct Identifier
+{
+    void *data;
+    int type;
+
+    Identifier();
+    ~Identifier();
 };