Changeset 5752


Ignore:
Timestamp:
Jan 20, 2007, 6:34:24 PM (18 years ago)
Author:
Gary Byers
Message:

Package prefixes. D'oh!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/compiler/X86/X8664/x8664-backend.lisp

    r5751 r5752  
    270270                                        :struct-by-value t)
    271271                          :ff-call-expand-function
    272                           'x86-linux64::expand-ff-call
    273                           :))
     272                          (intern "EXPAND-FF-CALL" "X86-LINUX64")))
    274273                (:darwinx8664
    275274                  (make-ftd :interface-db-directory "ccl:darwin-x86-headers64;"
     
    280279                                        :prepend-underscore t)
    281280                          :ff-call-expand-function
    282                           'x86-darwin64::expand-ff-call))
     281                          (intern "EXPAND-FF-CALL" "X86-DARWIN64")))
    283282                 (:freebsdx8664
    284283                  (make-ftd :interface-db-directory "ccl:freebsd-headers64;"
     
    287286                                          :struct-by-value t)
    288287                          :ff-call-expand-function
    289                           'x86-freebsd64::expand-ff-call)))))
     288                          (intern "EXPAND-FF-CALL" "X86-FREEBSD64"))))))
    290289        (install-standard-foreign-types ftd)
    291290    (use-interface-dir :libc ftd)
Note: See TracChangeset for help on using the changeset viewer.