Work around GCC 6.3.1 bug
[deliverable/binutils-gdb.git] / gdb / copying.awk
index 00c63cd3a4ee7afd149d93b93bb9039549040fbb..2a71939a6f501b641fb107bb752f32bb61b73614 100644 (file)
@@ -1,7 +1,10 @@
 BEGIN  {
          FS="\"";
-         print "/* ==> Do not modify this file!!  It is created automatically";
-         print "   by copying.awk.  Modify copying.awk instead.  <== */";
+         print "/* ==> Do not modify this file!!  " \
+               "-*- buffer-read-only: t -*- vi" \
+               ":set ro:";
+         print "   It is created automatically by copying.awk.";
+         print "   Modify copying.awk instead.  <== */";
          print ""
          print "#include \"defs.h\""
          print "#include \"command.h\""
@@ -11,8 +14,6 @@ BEGIN {
          print ""
          print "static void show_warranty_command (char *, int);"
          print ""
-         print "void _initialize_copying (void);"
-         print ""
          print "static void";
          print "show_copying_command (char *ignore, int from_tty)";
          print "{";
This page took 0.024395 seconds and 4 git commands to generate.