Added "register" to a declaration.
This commit is contained in:
parent
20b488059b
commit
f136bb04d6
@ -62,7 +62,7 @@ ralloc(p,size) p_mem p; unsigned size; {
|
||||
}
|
||||
|
||||
p_mem
|
||||
new_mem(p) p_info p; {
|
||||
new_mem(p) register p_info p; {
|
||||
/*
|
||||
This routine implements arrays that can grow.
|
||||
It must be called every time a new element is added to it.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user