remove register from variable declarations
This commit is contained in:
@@ -254,7 +254,7 @@ outdec(char *p, FILE *f, int n)
|
||||
|
||||
char *
|
||||
index(sp, c)
|
||||
register char *sp, c;
|
||||
char *sp, c;
|
||||
{
|
||||
do {
|
||||
if (*sp == c)
|
||||
|
||||
Reference in New Issue
Block a user