aboutsummaryrefslogtreecommitdiff
path: root/gcc/bi-opcode.c
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1994-04-21 15:25:36 -0400
committerRichard Kenner <kenner@gcc.gnu.org>1994-04-21 15:25:36 -0400
commitca5ddfbcb55dd692420a33580d916b429c95d2b5 (patch)
treeca0e44d143ba555644c29cd65fb6603fad445f77 /gcc/bi-opcode.c
parent439067df80ae763dc9d737792334610db5cc67b8 (diff)
downloadgcc-ca5ddfbcb55dd692420a33580d916b429c95d2b5.zip
gcc-ca5ddfbcb55dd692420a33580d916b429c95d2b5.tar.gz
gcc-ca5ddfbcb55dd692420a33580d916b429c95d2b5.tar.bz2
(main): Don't write overly-long line.
From-SVN: r7112
Diffstat (limited to 'gcc/bi-opcode.c')
-rw-r--r--gcc/bi-opcode.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/bi-opcode.c b/gcc/bi-opcode.c
index 473517a..0325fa4 100644
--- a/gcc/bi-opcode.c
+++ b/gcc/bi-opcode.c
@@ -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)