]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/keyword.hh
patch::: 1.3.136.jcn2
[lilypond.git] / lily / include / keyword.hh
index a38935b398fdc260f207a35550cf2e4c42d0e317..c2c6338a0a75b0d45666a4b1f13c4548a46592dd 100644 (file)
@@ -1,7 +1,7 @@
 /*
   keyword.hh -- part of GNU LilyPond
 
-  (c) 1996,97 Han-Wen Nienhuys
+  (c) 1996--2001 Han-Wen Nienhuys
 */
 
 #ifndef KEYWORD_HH
 /* for the keyword table */
 struct Keyword_ent
 {
-    char const *name;
-    int     tokcode;
+  char const *name;
+  int     tokcode;
 };
 
+/*
+  junkme, use  hash table.
+ */
 struct Keyword_table
 {
-    Keyword_ent *table;
-    int     maxkey;
-    Keyword_table(Keyword_ent *);
-    int     lookup(char const *s) const;
+  Keyword_ent *table;
+  int     maxkey;
+  Keyword_table (Keyword_ent *);
+  int     lookup (char const *s) const;
 };