From: Guillermo J. Rozas Date: Thu, 30 Nov 1989 15:57:16 +0000 (+0000) Subject: New compiled code interface written in C. X-Git-Tag: 20090517-FFI~11646 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=d6bba881dbf9d912967a06168d8256e88d3e162f;p=mit-scheme.git New compiled code interface written in C. --- diff --git a/v7/src/compiler/machines/bobcat/make.scm-68040 b/v7/src/compiler/machines/bobcat/make.scm-68040 index 668d4b604..6ca78f918 100644 --- a/v7/src/compiler/machines/bobcat/make.scm-68040 +++ b/v7/src/compiler/machines/bobcat/make.scm-68040 @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/bobcat/make.scm-68040,v 4.60 1989/11/21 22:20:51 jinx Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/bobcat/make.scm-68040,v 4.61 1989/11/30 15:57:16 jinx Exp $ Copyright (c) 1988, 1989 Massachusetts Institute of Technology @@ -41,4 +41,4 @@ MIT in each case. |# ((package/reference (find-package name) 'INITIALIZE-PACKAGE!))) '((COMPILER MACROS) (COMPILER DECLARATIONS))) -(add-system! (make-system "Liar (Motorola MC68020)" 4 60 '())) \ No newline at end of file +(add-system! (make-system "Liar (Motorola MC68020)" 4 61 '())) \ No newline at end of file