aboutsummaryrefslogtreecommitdiff
path: root/gdb/cli/cli-cmds.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2003-09-20 17:50:28 +0000
committerAndrew Cagney <cagney@redhat.com>2003-09-20 17:50:28 +0000
commitd5b5ac791495780b5aa110bc1ace4e0d3bbc3009 (patch)
treefaf131638945ab9d872b6d5db6d112670cdf7c52 /gdb/cli/cli-cmds.c
parentc6316faa9b49fee02a9b3ae0004e406e453129d8 (diff)
downloadfsf-binutils-gdb-d5b5ac791495780b5aa110bc1ace4e0d3bbc3009.zip
fsf-binutils-gdb-d5b5ac791495780b5aa110bc1ace4e0d3bbc3009.tar.gz
fsf-binutils-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.c2
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')