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:
Andrew Cagney
2003-09-20 17:50:28 +00:00
parent c6316faa9b
commit d5b5ac7914
7 changed files with 33 additions and 22 deletions

View File

@@ -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')