diff options
author | Andrew Cagney <cagney@redhat.com> | 2003-09-20 17:50:28 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2003-09-20 17:50:28 +0000 |
commit | d5b5ac791495780b5aa110bc1ace4e0d3bbc3009 (patch) | |
tree | faf131638945ab9d872b6d5db6d112670cdf7c52 /gdb/cli/cli-cmds.c | |
parent | c6316faa9b49fee02a9b3ae0004e406e453129d8 (diff) | |
download | gdb-d5b5ac791495780b5aa110bc1ace4e0d3bbc3009.zip gdb-d5b5ac791495780b5aa110bc1ace4e0d3bbc3009.tar.gz gdb-d5b5ac791495780b5aa110bc1ace4e0d3bbc3009.tar.bz2 |
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.
Diffstat (limited to 'gdb/cli/cli-cmds.c')
-rw-r--r-- | gdb/cli/cli-cmds.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/cli/cli-cmds.c b/gdb/cli/cli-cmds.c index 45794f7..b954de1 100644 --- a/gdb/cli/cli-cmds.c +++ b/gdb/cli/cli-cmds.c @@ -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') |