From: Daniel Jacobowitz Date: Mon, 23 Sep 2002 22:08:56 +0000 (+0000) Subject: 2002-09-23 Daniel Jacobowitz X-Git-Tag: binutils-2_13_1~94 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4980768c90d1ac9f605404315f08fe8c127cc22a;p=thirdparty%2Fbinutils-gdb.git 2002-09-23 Daniel Jacobowitz Merge from mainline: 2002-08-28 John David Anglin * chew.c (paramstuff, outputdots, perform, bang and usage): Remove void from function definitions. --- diff --git a/bfd/doc/ChangeLog b/bfd/doc/ChangeLog index 39c69c938b4..3d1e30ac15f 100644 --- a/bfd/doc/ChangeLog +++ b/bfd/doc/ChangeLog @@ -1,3 +1,10 @@ +2002-09-23 Daniel Jacobowitz + + Merge from mainline: + 2002-08-28 John David Anglin + * chew.c (paramstuff, outputdots, perform, bang and usage): Remove + void from function definitions. + 2002-08-13 Alan Modra * header.sed: Strip tabs. diff --git a/bfd/doc/chew.c b/bfd/doc/chew.c index dc6f8110829..bdf76e46e19 100644 --- a/bfd/doc/chew.c +++ b/bfd/doc/chew.c @@ -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\n"); exit (33);