]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/keyword.cc
release: 0.1.19
[lilypond.git] / lily / keyword.cc
index ebedc63b2ba61d1507910e79457d46b5f628b581..43c87d95b5573877bfa4d7bcb6793d9a79274302 100644 (file)
@@ -4,9 +4,10 @@
 
 #include <stdlib.h>
 
-#include "my-lily-lexer.hh"
+
 #include "keyword.hh"
 
+
 /* for qsort */
 int
       tabcmp (void const * p1, void const * p2)
@@ -32,10 +33,10 @@ Keyword_table::Keyword_table (Keyword_ent *tab)
 int
 Keyword_table::lookup (char const *s) const
 {
-  int     lo,
-          hi,
-          cmp,
-          result;
+  int lo;
+  int hi;
+  int cmp;
+  int result;
   lo = 0;
   hi = maxkey;