(main): Don't write overly-long line.

From-SVN: r7112
This commit is contained in:
Richard Kenner 1994-04-21 15:25:36 -04:00
parent 439067df80
commit ca5ddfbcb5
1 changed files with 3 additions and 3 deletions

View 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)