ffi: version 1.0
authorMatt Birkholz <matt@birchwood-abbey.net>
Tue, 5 Jun 2018 16:45:36 +0000 (09:45 -0700)
committerMatt Birkholz <matt@birchwood-abbey.net>
Tue, 5 Jun 2018 17:56:15 +0000 (10:56 -0700)
src/ffi/make.scm

index 0876e4f5e7d6bfe31344a437272587f487e0de18..e9636a163daf53c7b0d2751eb776c847555e9232 100644 (file)
@@ -5,4 +5,4 @@ Build the FFI system. |#
 (with-loader-base-uri (system-library-uri "ffi/")
   (lambda ()
     (load-package-set "ffi")))
-(add-subsystem-identification! "FFI" '(0 1))
\ No newline at end of file
+(add-subsystem-identification! "FFI" '(1 0))
\ No newline at end of file