remove register from variable declarations

This commit is contained in:
nhmall
2024-02-19 16:30:07 -05:00
parent 6f569f0a27
commit 688ac6ffbe
113 changed files with 836 additions and 835 deletions
+2 -2
View File
@@ -67,7 +67,7 @@ nhmain(int argc, char *argv[])
#endif /* __EMSCRIPTEN__ */
{
#ifdef CHDIR
register char *dir;
char *dir;
#endif
NHFILE *nhfp;
boolean exact_username;
@@ -535,7 +535,7 @@ whoami(void)
* somebody else's name.
*/
if (!*gp.plname) {
register const char *s;
const char *s;
s = nh_getenv("USER");
if (!s || !*s)