Skip to content
  1. Sep 10, 2011
  2. Aug 22, 2010
  3. Feb 23, 2009
    • Liam Healy's avatar
      Define package, all grovel types; load libffi; define structs · c864c876
      Liam Healy authored
      Define the :fsbv package.  Define types that are defined in the
      library.  Define structs: ffi-type (ffi_type) is defined using the
      groveller because it has a name after the "typedef struct" in ffi.h;
      ffi-cif (ffi_cif) is defined by hand in structs.lisp because it
      doesn't, so gcc can't handle it.  Everything compiles and load in
      linux/amd64.
      c864c876