Commit ca5ddfbc by Richard Kenner

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

From-SVN: r7112
parent 439067df
...@@ -34,9 +34,9 @@ main(argc, argv) ...@@ -34,9 +34,9 @@ main(argc, argv)
reverse(); reverse();
puts ("/* This file is automatically generated from bytecode.def, do not make\n\ printf ("/* This file is automatically generated from bytecode.def,\n");
any changes here. Instead edit bytecode.def and type ``make''. */\n\ printf ("do not make any changes here. Instead edit bytecode.def. */\n\n");
enum bytecode_opcode\n{"); printf ("enum bytecode_opcode\n{");
i = 0; i = 0;
for (d = defs; d; d = d->next) 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