Skip to content
Snippets Groups Projects
Commit 1e8dad31 authored by rtoy's avatar rtoy
Browse files

Port Thomas Burdick's port of cmucl's callbacks to sbcl/ppc.

* alieneval.lisp:
  o The CALLBACK defstruct holds the entire alien function type
  o COMPATIBLE-RETURN-TYPES-P renamed to COMPATIBLE-FUNCTION-TYPES-P and
    and made specific to each backend.
  o Adjust code appropriately.

ppc/c-call.lisp:
  o Port Thomas Burdick's callback code to ppc.

sparc/c-call.lisp:
x86/c-call.lisp:
  o Adjust code appropriately for new callback structure.
  o Implement COMPATIBLE-FUNCTION-TYPES-P, like original
    COMPATIBLE-RETURN-TYPES-P
parent 74e13798
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment