]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.28
authorfred <fred>
Wed, 5 Feb 1997 22:36:57 +0000 (22:36 +0000)
committerfred <fred>
Wed, 5 Feb 1997 22:36:57 +0000 (22:36 +0000)
src/sourcefile.cc

index 4792483056400d12b05f9c5534e4c20f6eb35a58..f279fae129e55ef2d0c96635bb153c21d88fdfcc 100644 (file)
@@ -174,3 +174,9 @@ Source_file::unmap()
        size_off_m = 0;
     }
 }
+String
+Source_file::file_line_no_str(const char *cch_c_l )
+{
+    return name_str() + ": "
+       + String( line_i( cch_c_l ) );
+}