Params elimination.
authorKevin Buettner <kevinb@redhat.com>
Tue, 27 Jun 2000 06:45:43 +0000 (06:45 +0000)
committerKevin Buettner <kevinb@redhat.com>
Tue, 27 Jun 2000 06:45:43 +0000 (06:45 +0000)
gdb/ChangeLog
gdb/copying.awk

index 30cf1fccb9e8dd0ed343bf65f3aaac0ef86fef7b..54e5cc731a4abd1515ba558eba404a77b43834ac 100644 (file)
@@ -1,3 +1,7 @@
+2000-06-26  Kevin Buettner  <kevinb@redhat.com>
+
+       * copying.awk: Eliminate use of PARAMS from this file.
+
 Fri Jun 23 20:47:03 2000  Andrew Cagney  <cagney@b1.cygnus.com>
 
        * mips-tdep.c (mips_push_arguments): Use the variable stack_used_p
index 4f53e92e88eeab25a9a1f3c9a06a80a6f40dcf1c..53f7a6f518df4b68f2504d63ca17f20f1ce45a30 100644 (file)
@@ -7,11 +7,11 @@ BEGIN {
          print "#include \"command.h\""
          print "#include \"gdbcmd.h\""
          print ""
-         print "static void show_copying_command PARAMS ((char *, int));"
+         print "static void show_copying_command (char *, int);"
          print ""
-         print "static void show_warranty_command PARAMS ((char *, int));"
+         print "static void show_warranty_command (char *, int);"
          print ""
-         print "void _initialize_copying PARAMS ((void));"
+         print "void _initialize_copying (void);"
          print ""
          print "extern int immediate_quit;";
          print "static void";
This page took 0.040971 seconds and 4 git commands to generate.