From: Guillermo J. Rozas Date: Sun, 5 Jul 1992 13:32:27 +0000 (+0000) Subject: Add package: comment. X-Git-Tag: 20090517-FFI~9239 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=8b6360a1d4b97af4cca809ad02b491f4b768a9b2;p=mit-scheme.git Add package: comment. --- diff --git a/v7/src/compiler/back/bitutl.scm b/v7/src/compiler/back/bitutl.scm index a17c7b926..bd9fe4cc7 100644 --- a/v7/src/compiler/back/bitutl.scm +++ b/v7/src/compiler/back/bitutl.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/back/bitutl.scm,v 1.5 1992/07/05 13:27:36 jinx Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/back/bitutl.scm,v 1.6 1992/07/05 13:32:27 jinx Exp $ Copyright (c) 1987-1992 Massachusetts Institute of Technology @@ -33,6 +33,7 @@ promotional, or sales literature without prior written consent from MIT in each case. |# ;;;; Assembler utilities +;;; package: (compiler assembler) (declare (usual-integrations))