1.0.3.13: working NaN comparison tests outside Darwin
[sbcl.git] / src / compiler / x86 / macros.lisp
index 5f0a2d8..7df414a 100644 (file)
         (move result value)))))
 
 ;;; helper for alien stuff.
-(defmacro 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