dtstyle: remove register keyword
This commit is contained in:
@@ -128,7 +128,7 @@ trim_line(
|
||||
char *ptr
|
||||
)
|
||||
{
|
||||
register char *lastp;
|
||||
char *lastp;
|
||||
|
||||
skip_white(ptr);
|
||||
for (lastp = ptr + strlen(ptr) - 1;
|
||||
|
||||
Reference in New Issue
Block a user