Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(158)

Unified Diff: lily/articulations.cc

Issue 5909048: Reduce amount of consing (mostly replace reverse with reverse! where appropriate) (Closed) Base URL: http://git.savannah.gnu.org/gitweb/?p=lilypond.git/trunk/
Patch Set: Created 12 years ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | lily/key-engraver.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lily/articulations.cc
diff --git a/lily/articulations.cc b/lily/articulations.cc
index 28a81a6cf55e26c22b04584ee6424b8b58aaecaa..07f74e11c78f95ea489d894a23ea2372d7caa600 100644
--- a/lily/articulations.cc
+++ b/lily/articulations.cc
@@ -81,5 +81,5 @@ articulation_list (vector<Stream_event *> note_events,
articulations);
}
- return (scm_reverse (articulations));
+ return scm_reverse_x (articulations, SCM_EOL);
}
« no previous file with comments | « no previous file | lily/key-engraver.cc » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b