... provided in this patch.
I have a couple of questions. One is whether NULL-POINTER has to cons a new pointer _every_time_. It would be more clever to create a variable and put the pointer there.
The other one is whether MAKE-POINTER is used at all, given that we have pointer increment / decrement operations.
Juanjo