]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/parser.yy
*** empty log message ***
[lilypond.git] / lily / parser.yy
index 0c9f9e54408b7f30139888559617555a10849453..085aca71c6ad04756869bb68120a174ff635eb85 100644 (file)
@@ -753,7 +753,7 @@ output_def_head:
                THIS->lexer_->add_scope (p->scope_);
        }
        | PAPER         {
-               Output_defp = get_paper (THIS);
+               Output_def *p = get_paper (THIS);
 
                if (p->parent_)
                        THIS->lexer_->add_scope (p->parent_->scope_);