]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/parse-scm.hh
Issue 2729: When cloning a lexer/parser, don't copy the scopes.
[lilypond.git] / lily / include / parse-scm.hh
index 31427f2e44f5e98e0c3065324fe79237413af730..047399a3222dfa73379642e805e3e1cbf0d01119 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 2004--2011 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  Copyright (C) 2004--2012 Han-Wen Nienhuys <hanwen@xs4all.nl>
 
   LilyPond is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -32,7 +32,7 @@ struct Parse_start
   int nchars;
   Input start_location_;
   bool safe_;
-  SCM (*func_)(Parse_start *ps);
+  SCM (*func_) (Parse_start *ps);
   SCM form_;
   Lily_parser *parser_;