]> git.sur5r.net Git - cc65/blobdiff - src/ld65/cfg/cvt-cfg.pl
Better handling of imports in the ExprNode structure.
[cc65] / src / ld65 / cfg / cvt-cfg.pl
index c03dd46331346ac7ad48af69ac2d8522091281e0..c02c2a7d9957332f0f2d67f7b842be8eae783eca 100755 (executable)
@@ -41,7 +41,7 @@ while ($Line = <IN>) {
     $Line =~ s/\'/\\\'/g;
 
     # Print to output
-    print OUT "\"$Line\"";
+    print OUT "\"$Line\\n\"";
 
     # Add a comment if we have one
     if ($Comment ne "") {