New lexer.
[deliverable/binutils-gdb.git] / ld / mkscript.c
index e0f66ee05a0404f5d0223a246d7af6ce1358da7a..66ddfc246e187307bbf44bb34ea7b594b7de0059 100644 (file)
@@ -23,9 +23,10 @@ int
 main() 
 {
   int ch;
+
   ch = getchar();
   printf("/* Generated through mkscript */\n");
-  printf("\"{ \\\n");
+  printf("\"{");
   while (ch != EOF) {
     if (ch == '\"' || ch == '\\' || ch == '\'') {
       putchar('\\');
This page took 0.023076 seconds and 4 git commands to generate.