]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/scm-exp.c
2003-09-14 Andrew Cagney <cagney@redhat.com>
[thirdparty/binutils-gdb.git] / gdb / scm-exp.c
index 7464ecfc6bf5d921f658a1e72355361746fe7d41..ee7f21d96165d61ea6abd1f1c40914cd860021e1 100644 (file)
@@ -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++))
       {