lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: clone-parser: output_basename_ copy?


From: Han-Wen Nienhuys
Subject: Re: clone-parser: output_basename_ copy?
Date: Thu, 25 Aug 2005 13:11:06 +0200
User-agent: Mozilla Thunderbird 1.0.6-1.1.fc4 (X11/20050720)

Nicolas Sceaux wrote:
By applying the following patch, the output file name was as expected:

--- lily-parser.cc.~1.51.~      2005-08-22 16:49:23.000000000 +0200
+++ lily-parser.cc      2005-08-24 19:04:57.000000000 +0200
@@ -42,6 +42,7 @@
   sources_ = src.sources_;
   default_duration_ = src.default_duration_;
   error_level_ = src.error_level_;
+  output_basename_ = src.output_basename_;
smobify_self ();
   if (src.lexer_)

Do you see a reason why it would be a bad idea to copy the
output_basename_ slot when cloning a parser?


no, please apply.

--
 Han-Wen Nienhuys - address@hidden - http://www.xs4all.nl/~hanwen




reply via email to

[Prev in Thread] Current Thread [Next in Thread]