CVSROOT: /cvsroot/lilypond
Module name: lilypond
Branch:
Changes by: Han-Wen Nienhuys <[EMAIL PROTECTED]> 05/07/20 10:33:53
Modified files:
. : ChangeLog
lily : parser.yy
Added files:
scm : framework-null.scm
Log message:
new file, used for benchmarking.
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/ChangeLog.diff?tr1=1.3898&tr2=1.3899&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/lily/parser.yy.diff?tr1=1.480&tr2=1.481&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/scm/framework-null.scm?rev=1.1
Patches:
Index: lilypond/ChangeLog
diff -u lilypond/ChangeLog:1.3898 lilypond/ChangeLog:1.3899
--- lilypond/ChangeLog:1.3898 Wed Jul 20 10:13:44 2005
+++ lilypond/ChangeLog Wed Jul 20 10:33:52 2005
@@ -1,3 +1,7 @@
+2005-07-20 Han-Wen Nienhuys <[EMAIL PROTECTED]>
+
+ * scm/framework-null.scm: new file, used for benchmarking.
+
2005-07-19 Han-Wen Nienhuys <[EMAIL PROTECTED]>
* scm/define-markup-commands.scm (beam): use polygon in beam
Index: lilypond/lily/parser.yy
diff -u lilypond/lily/parser.yy:1.480 lilypond/lily/parser.yy:1.481
--- lilypond/lily/parser.yy:1.480 Tue Jul 19 10:20:21 2005
+++ lilypond/lily/parser.yy Wed Jul 20 10:33:53 2005
@@ -1524,15 +1524,6 @@
}
| bare_number {
$$ = $1;
-/* if (scm_integer_p ($1) == SCM_BOOL_T)
- {
- int k = scm_to_int (scm_inexact_to_exact ($1));
- $$ = k;
- } else
- {
- THIS->parser_error (@1, _ ("need integer number arg"));
- $$ = 0;
- }*/
}
| embedded_scm {
$$ = $1;
_______________________________________________
Lilypond-cvs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-cvs