forked from Imagelibrary/binutils-gdb
2003-09-20 Andrew Cagney <cagney@redhat.com>
* cli/cli-script.c: Remove "register" attributes. * config/pa/tm-hppa.h: Ditto. * cli/cli-decode.c: Ditto. * cli/cli-cmds.c: Ditto.
This commit is contained in:
@@ -444,7 +444,7 @@ static void
|
||||
echo_command (char *text, int from_tty)
|
||||
{
|
||||
char *p = text;
|
||||
register int c;
|
||||
int c;
|
||||
|
||||
if (text)
|
||||
while ((c = *p++) != '\0')
|
||||
|
||||
Reference in New Issue
Block a user