summaryrefslogtreecommitdiff
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
commit7ebbec0d999a4cb4dc6bef9c8aae5d0c6d05a22f (patch)
treeeceda8a6904054c89bea3e78c3bea1cea6b0eccd /gdb/cli/cli-cmds.c
parent0ea5b2a8442725e1b552d582586dbae8489d513e (diff)
downloadgdb-7ebbec0d999a4cb4dc6bef9c8aae5d0c6d05a22f.tar.gz
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 45794f7599f..b954de1d4ee 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')