Changeset 5895


Ignore:
Timestamp:
Feb 11, 2007, 4:26:52 AM (18 years ago)
Author:
Gary Byers
Message:

Ignore errors; it's an error to ignore an errror.

File:
1 edited

Legend:

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

    r5881 r5895  
    6161         (enclosing-form nil))
    6262    (multiple-value-bind (result-type error)
    63         (ignore-errrors (parse-foreign-type result-type-spec))
     63        (ignore-errors (parse-foreign-type result-type-spec))
    6464      (if error
    6565        (setq result-type-spec :void result-type *void-foreign-type*)
Note: See TracChangeset for help on using the changeset viewer.