1.0.18.16: many STYLE-WARNING changes.
[sbcl.git] / src / compiler / sparc / macros.lisp
index a453e2b..5b06d9f 100644 (file)
         (inst t :ne pseudo-atomic-trap)))))
 
 
-(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