From: Guillermo J. Rozas Date: Mon, 27 Nov 1989 20:21:20 +0000 (+0000) Subject: Fix the comment specifying where further documentation may be found. X-Git-Tag: 20090517-FFI~11666 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=049609a22ec51d5b62ae5097e61432184e03b9e0;p=mit-scheme.git Fix the comment specifying where further documentation may be found. --- diff --git a/v7/src/microcode/cmpauxmd/hppa.m4 b/v7/src/microcode/cmpauxmd/hppa.m4 index 817f2d3ab..890146b8f 100644 --- a/v7/src/microcode/cmpauxmd/hppa.m4 +++ b/v7/src/microcode/cmpauxmd/hppa.m4 @@ -1,6 +1,6 @@ changecom(`;');;; -*-Midas-*- ;;; -;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/cmpauxmd/hppa.m4,v 1.3 1989/11/27 16:14:00 jinx Exp $ +;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/cmpauxmd/hppa.m4,v 1.4 1989/11/27 20:21:20 jinx Exp $ ;;; ;;; Copyright (c) 1989 Massachusetts Institute of Technology ;;; @@ -38,8 +38,8 @@ changecom(`;');;; -*-Midas-*- ;;; ;;;; HP Precision Architecture assembly language part of the compiled -;;;; code interface. See cmpint.c, cmpint-hppa.h, and cmpgc.h for more -;;;; documentation. +;;;; code interface. See cmpint.txt, cmpint.c, cmpint-hppa.h, and +;;;; cmpgc.h for more documentation. ;;;; ;;;; NOTE: ;;;; Assumptions: diff --git a/v7/src/microcode/cmpauxmd/mc68k.m4 b/v7/src/microcode/cmpauxmd/mc68k.m4 index 978be9a44..5c593d278 100644 --- a/v7/src/microcode/cmpauxmd/mc68k.m4 +++ b/v7/src/microcode/cmpauxmd/mc68k.m4 @@ -1,6 +1,6 @@ ### -*-Midas-*- ### -### $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/cmpauxmd/mc68k.m4,v 1.5 1989/11/23 19:51:10 jinx Exp $ +### $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/cmpauxmd/mc68k.m4,v 1.6 1989/11/27 20:19:40 jinx Exp $ ### ### Copyright (c) 1989 Massachusetts Institute of Technology ### @@ -38,8 +38,8 @@ ### #### 68K assembly language (HP/Motorola Syntax) part of the compiled -#### code interface. See cmpint.c, cmpint-mc68k.h, and cmpgc.h for -#### more documentation. +#### code interface. See cmpint.txt, cmpint.c, cmpint-mc68k.h, and +#### cmpgc.h for more documentation. #### #### NOTE: #### Assumptions: diff --git a/v7/src/microcode/cmpgc.h b/v7/src/microcode/cmpgc.h index 1fd7b731e..7b60f3ba9 100644 --- a/v7/src/microcode/cmpgc.h +++ b/v7/src/microcode/cmpgc.h @@ -30,14 +30,13 @@ Technology nor of any adaptation thereof in any advertising, promotional, or sales literature without prior written consent from MIT in each case. */ -/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/cmpgc.h,v 1.8 1989/11/27 01:02:31 jinx Exp $ - $MC68020-Header: cmp68kgc.h,v 9.30 89/03/27 23:14:31 GMT jinx Exp $ +/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/cmpgc.h,v 1.9 1989/11/27 20:21:00 jinx Exp $ Utilities to relocate compiled code in garbage collection-like processes. -This file is conditionally included by gccode.h. +This file is included by gccode.h. -See cmpint.txt, cmpint2.h, cmpint.c, and cmpaux.m4 for more details. +See cmpint.txt, cmpint.c, cmpint-md.h, and cmpaux-md.m4 for more details. */ #ifndef CMPGC_H_INCLUDED @@ -279,9 +278,9 @@ MAKE_POINTER_OBJECT((OBJECT_TYPE(object)), \ ((*((format_word *) \ (((char *) block) + CC_BLOCK_FIRST_GC_OFFSET))) == \ ((BYTE_OFFSET_TO_OFFSET_WORD(CC_BLOCK_FIRST_ENTRY_OFFSET)))) - -#else /* not HAS_COMPILER_SUPPORT */ +#else /* not HAS_COMPILER_SUPPORT */ + /* Is there anything else that can be done here? */ #define GC_NO_COMPILER_STMT() \ diff --git a/v8/src/microcode/cmpauxmd/hppa.m4 b/v8/src/microcode/cmpauxmd/hppa.m4 index f8170ba44..350fe0f16 100644 --- a/v8/src/microcode/cmpauxmd/hppa.m4 +++ b/v8/src/microcode/cmpauxmd/hppa.m4 @@ -1,6 +1,6 @@ changecom(`;');;; -*-Midas-*- ;;; -;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/cmpauxmd/hppa.m4,v 1.3 1989/11/27 16:14:00 jinx Exp $ +;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/cmpauxmd/hppa.m4,v 1.4 1989/11/27 20:21:20 jinx Exp $ ;;; ;;; Copyright (c) 1989 Massachusetts Institute of Technology ;;; @@ -38,8 +38,8 @@ changecom(`;');;; -*-Midas-*- ;;; ;;;; HP Precision Architecture assembly language part of the compiled -;;;; code interface. See cmpint.c, cmpint-hppa.h, and cmpgc.h for more -;;;; documentation. +;;;; code interface. See cmpint.txt, cmpint.c, cmpint-hppa.h, and +;;;; cmpgc.h for more documentation. ;;;; ;;;; NOTE: ;;;; Assumptions: