forked from Imagelibrary/binutils-gdb
2003-09-16 Andrew Cagney <cagney@redhat.com>
* buildsym.c: Remove more occurances of "register". * coffread.c, dbxread.c, dcache.c, dwarf2read.c: Ditto. * environ.c, eval.c, f-valprint.c, findvar.c: Ditto. * gdbtypes.c, gnu-v2-abi.c, h8300-tdep.c, hppa-tdep.c: Ditto. * infcmd.c, mdebugread.c, minsyms.c, mips-tdep.c: Ditto. * printcmd.c, remote-vx.c, sh-stub.c, sh-tdep.c: Ditto. * sh64-tdep.c, source.c, stabsread.c, stack.c: Ditto. * standalone.c, symfile.c, symmisc.c, symtab.c: Ditto. * utils.c, valops.c, values.c, xcoffread.c: Ditto.
This commit is contained in:
@@ -283,7 +283,7 @@ fprintf (int ign, int a1, int a2, int a3, int a4, int a5, int a6, int a7,
|
||||
display_string (buffer);
|
||||
}
|
||||
|
||||
fwrite (register char *buf, int numelts, int size, int stream)
|
||||
fwrite (char *buf, int numelts, int size, int stream)
|
||||
{
|
||||
int i = numelts * size;
|
||||
while (i-- > 0)
|
||||
|
||||
Reference in New Issue
Block a user