1.0.12.8: refactor bounding index error signalling functions
[sbcl.git] / src / compiler / hppa / macros.lisp
index 95f7563..5a28295 100644 (file)
            (move value result))))))
 
 
-(defmacro sb!sys::with-pinned-objects ((&rest objects) &body body)
+(def!macro with-pinned-objects ((&rest objects) &body body)
   "Arrange with the garbage collector that the pages occupied by
 OBJECTS will not be moved in memory for the duration of BODY.
 Useful for e.g. foreign calls where another thread may trigger