]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/source-file.cc
Merge branch 'master' of ssh+git://jneem@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / lily / source-file.cc
index 57d67b464b6e16b83d14ca454b841197ba2bcacc..310c7938d3b11011681f48af5f936571ae80e7c5 100644 (file)
@@ -277,12 +277,11 @@ Source_file::get_counts (char const *pos_str0,
 
   while (left > 0)
     {
-      wchar_t multibyte[2];
-
       /*
        FIXME, this is apparently locale dependent.
       */
 #if HAVE_MBRTOWC
+      wchar_t multibyte[2];
       size_t thislen = mbrtowc (multibyte, line_chars, left, &state);
 #else
       size_t thislen = 1;