From 75f75e832c5f475c230d52718a9d0fa10ad01d36 Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" <edu/mit/csail/zurich/gjr> Date: Tue, 18 Feb 1992 01:52:53 +0000 Subject: [PATCH] Add package comment. --- v7/src/compiler/machines/i386/instr1.scm | 3 ++- v7/src/compiler/machines/i386/instrf.scm | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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)) -- 2.25.1