]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/lily-lexer-scheme.cc
Imported Upstream version 2.16.0
[lilypond.git] / lily / lily-lexer-scheme.cc
index e2be4fca43067fd53d1e2aaf32e36ae2249b9fac..3cc187d39cd4366c0f8a7fb4bcbe43569a9888e9 100644 (file)
@@ -1,8 +1,8 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 2006--2011 Han-Wen Nienhuys <hanwen@lilypond.org>
-  
+  Copyright (C) 2006--2012 Han-Wen Nienhuys <hanwen@lilypond.org>
+
 
   LilyPond is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
 #include "lily-lexer.hh"
 
 LY_DEFINE (ly_lexer_keywords, "ly:lexer-keywords",
-         1, 0, 0, (SCM lexer),
-         "Return a list of @code{(KEY . CODE)} pairs, signifying the"
-         " LilyPond reserved words list.")
+           1, 0, 0, (SCM lexer),
+           "Return a list of @code{(KEY . CODE)} pairs, signifying the"
+           " LilyPond reserved words list.")
 {
   LY_ASSERT_SMOB (Lily_lexer, lexer, 1);
 
-  Lily_lexer * lex = Lily_lexer::unsmob (lexer);
+  Lily_lexer *lex = Lily_lexer::unsmob (lexer);
   return lex->keyword_list ();
 }