Purge the register keyword.
This commit is contained in:
parent
4c4fdca42b
commit
0d842c47f7
15 changed files with 45 additions and 57 deletions
|
@ -48,7 +48,7 @@ lwpGetFirst(struct lwpQueue *q)
|
|||
}
|
||||
|
||||
void
|
||||
lwpAddTail(register struct lwpQueue *q, register struct lwpProc *p)
|
||||
lwpAddTail(struct lwpQueue *q, struct lwpProc *p)
|
||||
{
|
||||
if (!q->tail)
|
||||
q->head = p;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue