Changeset 14741
- Timestamp:
- Apr 27, 2011, 4:06:55 PM (14 years ago)
- Location:
- trunk/source/lib
- Files:
-
- 2 edited
-
ccl-export-syms.lisp (modified) (1 diff)
-
macros.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/lib/ccl-export-syms.lisp
r14359 r14741 400 400 rref 401 401 paref 402 dparef 403 sparef 402 404 with-cstrs 403 405 with-encoded-cstrs -
trunk/source/lib/macros.lisp
r14519 r14741 3062 3062 (%foreign-array-access-form pointer (%foreign-type-or-record type-name) index))) 3063 3063 3064 ;;; Shorter versions for paref of :double, :float arrays 3065 (defmacro dparef (pointer index) 3066 `(paref ,pointer :double ,index)) 3067 3068 (defmacro sparef (pointer index) 3069 `(paref ,pointer :float ,index)) 3070 3064 3071 (defmacro rref (pointer accessor &key (storage :pointer storage-p)) 3065 3072 (when storage-p
Note:
See TracChangeset
for help on using the changeset viewer.
