diff options
Diffstat (limited to 'sysdeps/mach/i386/sysdep.h')
-rw-r--r-- | sysdeps/mach/i386/sysdep.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/mach/i386/sysdep.h b/sysdeps/mach/i386/sysdep.h index c26063c661..001fe98f5b 100644 --- a/sysdeps/mach/i386/sysdep.h +++ b/sysdeps/mach/i386/sysdep.h @@ -28,7 +28,7 @@ #define SNARF_ARGS(entry_sp, argc, argv, envp) \ do \ { \ - register char **p; \ + char **p; \ argc = (int) *entry_sp; \ argv = (char **) (entry_sp + 1); \ p = argv; \ |