]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
2002-09-23 Daniel Jacobowitz <drow@mvista.com>
authorDaniel Jacobowitz <drow@false.org>
Mon, 23 Sep 2002 22:08:56 +0000 (22:08 +0000)
committerDaniel Jacobowitz <drow@false.org>
Mon, 23 Sep 2002 22:08:56 +0000 (22:08 +0000)
Merge from mainline:
2002-08-28  John David Anglin  <dave@hiauly1.hia.nrc.ca>
* chew.c (paramstuff, outputdots, perform, bang and usage): Remove
void from function definitions.

bfd/doc/ChangeLog
bfd/doc/chew.c

index 39c69c938b4385f064d9055eaa787bd8d1542df5..3d1e30ac15f8ece571a33eb8474fe9e197ca9fbb 100644 (file)
@@ -1,3 +1,10 @@
+2002-09-23  Daniel Jacobowitz  <drow@mvista.com>
+
+       Merge from mainline:
+       2002-08-28  John David Anglin  <dave@hiauly1.hia.nrc.ca>
+       * chew.c (paramstuff, outputdots, perform, bang and usage): Remove
+       void from function definitions.
+
 2002-08-13  Alan Modra  <amodra@bigpond.net.au>
 
        * header.sed: Strip tabs.
index dc6f8110829b8200a2268f4b3133906c9cfe84ba..bdf76e46e1975f4b70bc7f5866d21b8696fdc3bd 100644 (file)
@@ -485,7 +485,7 @@ print_stack_level ()
  */
 
 static void
-paramstuff (void)
+paramstuff ()
 {
   unsigned int openp;
   unsigned int fname;
@@ -626,7 +626,7 @@ manglecomments ()
 
 /* Mod tos so that only lines with leading dots remain */
 static void
-outputdots (void)
+outputdots ()
 {
   unsigned int idx = 0;
   string_type out;
@@ -1261,7 +1261,7 @@ lookup_word (word)
 }
 
 static void
-perform (void)
+perform ()
 {
   tos = stack;
 
@@ -1412,7 +1412,7 @@ compile (string)
 }
 
 static void
-bang (void)
+bang ()
 {
   *(long *) ((isp[0])) = isp[-1];
   isp -= 2;
@@ -1487,7 +1487,7 @@ read_in (str, file)
 }
 
 static void
-usage (void)
+usage ()
 {
   fprintf (stderr, "usage: -[d|i|g] <file >file\n");
   exit (33);