]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/keyword.cc
patch::: 0.1.18.jcn2: patsje
[lilypond.git] / lily / keyword.cc
index 0274d1653fc2bdd5a8bcc75749e8e48cf6c27343..ebedc63b2ba61d1507910e79457d46b5f628b581 100644 (file)
@@ -5,22 +5,7 @@
 #include <stdlib.h>
 
 #include "my-lily-lexer.hh"
-
-/* for the keyword table */
-struct Keyword_ent
-{
-  char const *name;
-  int     tokcode;
-};
-
-struct Keyword_table
-{
-  Keyword_ent *table;
-  int     maxkey;
-  Keyword_table (Keyword_ent *);
-  int     lookup (char const *s) const;
-};
-
+#include "keyword.hh"
 
 /* for qsort */
 int