This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Remove "register" declarations
[perl5.git] / ext / SDBM_File / sdbm / dbe.c
index f2aa290..18ce546 100644 (file)
@@ -54,8 +54,8 @@ char *optarg;                        /* Global argument pointer. */
 char
 getopt(int argc, char **argv, char *optstring)
 {
-       register int c;
-       register char *place;
+       int c;
+       char *place;
        extern char *index();
        static int optind = 0;
        static char *scan = NULL;