Commit ca5ddfbc by Richard Kenner

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

From-SVN: r7112
parent 439067df
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment