2003-09-14 Andrew Cagney <cagney@redhat.com>
[deliverable/binutils-gdb.git] / gdb / jv-typeprint.c
index 0d4c187648624d8ed77d0bbe2cd1b75cf5c0747a..18bfc32b385a91b56ca9ab392bd2b7e8235903f0 100644 (file)
@@ -86,8 +86,8 @@ static void
 java_type_print_base (struct type *type, struct ui_file *stream, int show,
                      int level)
 {
-  register int i;
-  register int len;
+  int i;
+  int len;
   char *mangled_name;
   char *demangled_name;
   QUIT;
This page took 0.041736 seconds and 4 git commands to generate.