(main): Don't write overly-long line.
authorRichard Kenner <kenner@gcc.gnu.org>
Thu, 21 Apr 1994 19:25:36 +0000 (15:25 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Thu, 21 Apr 1994 19:25:36 +0000 (15:25 -0400)
From-SVN: r7112

gcc/bi-opcode.c

index 473517a040c87500d2cd44e9f9d32eb5795dcf00..0325fa48ae2d834a57f2c2710fcfa8f9c6ea0c9e 100644 (file)
@@ -34,9 +34,9 @@ main(argc, argv)
   reverse();
 
 
-  puts ("/* This file is automatically generated from bytecode.def, do not make\n\
-any changes here. Instead edit bytecode.def and type ``make''. */\n\
-enum bytecode_opcode\n{");
+  printf ("/* This file is automatically generated from bytecode.def,\n");
+  printf ("do not make any changes here. Instead edit bytecode.def.  */\n\n");
+  printf ("enum bytecode_opcode\n{");
 
   i = 0;
   for (d = defs; d; d = d->next)