--- src/usr.bin/make/arch.c 2004/11/12 21:52:04 1.6 +++ src/usr.bin/make/arch.c 2004/11/12 22:02:51 1.7 @@ -178,7 +178,7 @@ Arch_ParseArchive (linePtr, nodeLst, ctx Lst nodeLst; /* Lst on which to place the nodes */ GNode *ctxt; /* Context in which to expand variables */ { - register char *cp; /* Pointer into line */ + char *cp; /* Pointer into line */ GNode *gn; /* New node */ char *libName; /* Library-part of specification */ char *memName; /* Member-part of specification */