Commit
6c265988 ("gdb: add back declarations for _initialize
functions") modified copying.c, but not copying.awk. This patch
updates copying.awk to backport the appropriate fix. This way, if
copying.awk is run again, it will create the correct output.
I'm checking this in as obvious.
END {
print "}";
print "";
+ print "void _initialize_copying ();"
print "void"
- print "_initialize_copying (void)";
+ print "_initialize_copying ()";
print "{";
print " add_cmd (\"copying\", no_set_class, show_copying_command,";
print " _(\"Conditions for redistributing copies of GDB.\"),";