Skip to content
Snippets Groups Projects
Commit 22c35e4e authored by Francois-Rene Rideau's avatar Francois-Rene Rideau
Browse files

Fix test/dll-user to use package-system (for ECL).

parent c9ff4769
No related branches found
No related tags found
No related merge requests found
;; Let's not even include a dummy defpackage form. (defpackage :test-asdf/dll-user (:use)) ;; dummy, for package-system dependencies.
;; (defpackage :test-asdf/dll-user (:use)) ;; dummy, for package-system dependencies.
(in-package :test-package) (in-package :test-package)
(ffi:def-function "sample_function" () :returning :int) (ffi:def-function "sample_function" () :returning :int)
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