Index: function.c =================================================================== RCS file: /cvs/tools/dmake/function.c,v retrieving revision 1.4 diff -u -r1.4 function.c --- function.c 25 Mar 2003 14:02:11 -0000 1.4 +++ function.c 19 Jun 2003 13:50:36 -0000 @@ -374,7 +374,7 @@ /* do not map escape sequences while writing a tmpfile */ /* Append_line( data, FALSE, tmpfile, name, FALSE, TRUE ); */ - Append_line( data, FALSE, tmpfile, name, FALSE, FALSE ); + Append_line( data, TRUE, tmpfile, name, FALSE, FALSE ); Close_temp( Current_target, tmpfile ); FREE(data);