From: Guillermo J. Rozas Date: Tue, 18 Feb 1992 01:52:53 +0000 (+0000) Subject: Add package comment. X-Git-Tag: 20090517-FFI~9707 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=75f75e832c5f475c230d52718a9d0fa10ad01d36;p=mit-scheme.git Add package comment. --- diff --git a/v7/src/compiler/machines/i386/instr1.scm b/v7/src/compiler/machines/i386/instr1.scm index 6fe9a9db6..f2082aaf9 100644 --- a/v7/src/compiler/machines/i386/instr1.scm +++ b/v7/src/compiler/machines/i386/instr1.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/i386/instr1.scm,v 1.7 1992/02/13 07:47:52 jinx Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/i386/instr1.scm,v 1.8 1992/02/18 01:52:39 jinx Exp $ Copyright (c) 1992 Massachusetts Institute of Technology @@ -33,6 +33,7 @@ promotional, or sales literature without prior written consent from MIT in each case. |# ;;;; Intel i386 Instruction Set, part I +;;; package: (compiler lap-syntaxer) ;; Some of the instructions have their operands ill-specified in the ;; i486 book. Check against the appendices or the i386 book. diff --git a/v7/src/compiler/machines/i386/instrf.scm b/v7/src/compiler/machines/i386/instrf.scm index 75b366b60..d6faaf585 100644 --- a/v7/src/compiler/machines/i386/instrf.scm +++ b/v7/src/compiler/machines/i386/instrf.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/i386/instrf.scm,v 1.7 1992/02/13 07:48:08 jinx Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/i386/instrf.scm,v 1.8 1992/02/18 01:52:53 jinx Exp $ Copyright (c) 1992 Massachusetts Institute of Technology @@ -33,6 +33,7 @@ promotional, or sales literature without prior written consent from MIT in each case. |# ;;;; Intel i387/i486 Instruction Set +;;; package: (compiler lap-syntaxer) (declare (usual-integrations))