Changeset 5906


Ignore:
Timestamp:
Feb 13, 2007, 4:31:59 PM (18 years ago)
Author:
Gary Byers
Message:

Fix typo (get-signed-long).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/lib/ffi-darwinppc32.lisp

    r5895 r5906  
    245245                                 ((:double-float :single-float)
    246246                                  '%get-double-float)
    247                                  (:unsigned-fullword '^get-unsigned-long)
     247                                 (:unsigned-fullword '%get-unsigned-long)
    248248                                 (t '%get-long )
    249249                                 ) ,result-ptr 0) ,result))))
Note: See TracChangeset for help on using the changeset viewer.