summaryrefslogtreecommitdiff
path: root/gdb/scm-exp.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/scm-exp.c')
-rw-r--r--gdb/scm-exp.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/gdb/scm-exp.c b/gdb/scm-exp.c
index 7464ecfc6bf..41d78afad71 100644
--- a/gdb/scm-exp.c
+++ b/gdb/scm-exp.c
@@ -1,5 +1,6 @@
/* Scheme/Guile language support routines for GDB, the GNU debugger.
- Copyright 1995, 1996, 2000 Free Software Foundation, Inc.
+
+ Copyright 1995, 1996, 2000, 2003 Free Software Foundation, Inc.
This file is part of GDB.
@@ -237,7 +238,7 @@ scm_read_token (int c, int weird)
static int
scm_skip_ws (void)
{
- register int c;
+ int c;
while (1)
switch ((c = *lexptr++))
{