From b9dae07f1573fa22e64134595ccca7e410fd90ed Mon Sep 17 00:00:00 2001 From: fred Date: Wed, 27 Mar 2002 01:02:06 +0000 Subject: [PATCH] lilypond-1.5.5 --- lily/include/my-lily-parser.hh | 2 +- lily/my-lily-parser.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lily/include/my-lily-parser.hh b/lily/include/my-lily-parser.hh index 0e8b8f2b86..b82571b20c 100644 --- a/lily/include/my-lily-parser.hh +++ b/lily/include/my-lily-parser.hh @@ -50,7 +50,7 @@ public: bool ignore_version_b_; Input here_input () const; - void remember_spot (); + void push_spot (); Input pop_spot (); void do_yyparse (); diff --git a/lily/my-lily-parser.cc b/lily/my-lily-parser.cc index f6553c9cb5..4a44f5919a 100644 --- a/lily/my-lily-parser.cc +++ b/lily/my-lily-parser.cc @@ -64,7 +64,7 @@ My_lily_parser::parse_file (String init, String s) } void -My_lily_parser::remember_spot () +My_lily_parser::push_spot () { define_spot_array_.push (here_input ()); } -- 2.39.5