- Timestamp:
- Nov 18, 2007, 4:10:42 AM (17 years ago)
- Location:
- branches/working-0711/ccl
- Files:
-
- 2 edited
-
level-1/l1-utils.lisp (modified) (1 diff)
-
objc-bridge/objc-runtime.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/working-0711/ccl/level-1/l1-utils.lisp
r6946 r7670 1276 1276 1277 1277 (defun %set-composite-pointer-ref (size pointer offset new) 1278 (#_ bcopy new1279 (%inc-ptr pointer offset) 1280 size))1278 (#_memmove (%inc-ptr pointer offset) 1279 new 1280 size)) 1281 1281 1282 1282 -
branches/working-0711/ccl/objc-bridge/objc-runtime.lisp
r7471 r7670 2695 2695 (defun %objc-struct-return (return-temp size value) 2696 2696 (unless (eq return-temp value) 2697 (#_ bcopy value return-tempsize)))2697 (#_memmove return-temp value size))) 2698 2698 2699 2699 (defmacro objc:defmethod (name (self-arg &rest other-args) &body body &environment env)
Note:
See TracChangeset
for help on using the changeset viewer.
