From 2e09a79ada1f6d92809a037d41895e3d9302ad59 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Fri, 7 Jun 2013 22:24:35 +0000 Subject: Avoid use of "register" as optimization hint. --- sysdeps/mach/i386/sysdep.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdeps/mach/i386') 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; \ -- cgit v1.2.3