From: ssmith Date: Wed, 25 Oct 1995 19:48:33 +0000 (+0000) Subject: Removed instr3 and added instrf and insutl X-Git-Tag: 20090517-FFI~5845 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=a8d9f70dc29beeac3bf616f0d2b44816b2e1e2c3;p=mit-scheme.git Removed instr3 and added instrf and insutl --- diff --git a/v8/src/compiler/machines/i386/compiler.sf b/v8/src/compiler/machines/i386/compiler.sf index 59ddea884..dfe14de61 100644 --- a/v8/src/compiler/machines/i386/compiler.sf +++ b/v8/src/compiler/machines/i386/compiler.sf @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: compiler.sf,v 1.2 1995/10/25 19:27:00 ssmith Exp $ +$Id: compiler.sf,v 1.3 1995/10/25 19:48:33 ssmith Exp $ Copyright (c) 1988-95 Massachusetts Institute of Technology @@ -110,7 +110,7 @@ MIT in each case. |# (load (string-append "machines/i386/" name ".scm") '(COMPILER LAP-SYNTAXER) early-syntax-table)) - '("instr1" "instr2" "instr3"))))) + '("instr1" "instr2" "instrf" "insutl"))))) ;; Resyntax any files that need it. ((access syntax-files! (->environment '(COMPILER))))