aboutsummaryrefslogtreecommitdiff
path: root/gdb/scm-exp.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/scm-exp.c')
-rw-r--r--gdb/scm-exp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/scm-exp.c b/gdb/scm-exp.c
index 7464ecf..ee7f21d 100644
--- a/gdb/scm-exp.c
+++ b/gdb/scm-exp.c
@@ -237,7 +237,7 @@ scm_read_token (int c, int weird)
static int
scm_skip_ws (void)
{
- register int c;
+ int c;
while (1)
switch ((c = *lexptr++))
{