Ignore:
Timestamp:
01/06/07 04:42:00 (18 years ago)
Author:
psmith
Message:

Added first steps of YetAnotherRPC protocol

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified branches/home/psmith/restructure/patches/cffi_0.9.2-mem_rw.diff ΒΆ

    r25 r27  
    1919>   (loop for i below count
    2020>       for off from offset by (%foreign-type-size type)
    21 >             do (setf (%mem-ref ptr type off) (aref vector i))
     21>             do (%mem-set (aref vector i) ptr type off)
    2222>                   finally (return i)))
    2323>
Note: See TracChangeset for help on using the changeset viewer.