Added "register" to a declaration.

This commit is contained in:
ceriel 1986-11-07 16:01:45 +00:00
parent a761166dfa
commit 981bea82f4

View file

@ -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.