From cf8676c81fa4da7576f89adf17da659eda39d007 Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" Date: Fri, 22 Mar 1991 06:27:54 +0000 Subject: [PATCH] Move NOP macro from cmpint.c to cmpgc.h since it is also needed elsewhere. --- v7/src/microcode/cmpgc.h | 4 +++- v7/src/microcode/cmpint.c | 5 +---- v8/src/microcode/cmpint.c | 5 +---- 3 files changed, 5 insertions(+), 9 deletions(-) diff --git a/v7/src/microcode/cmpgc.h b/v7/src/microcode/cmpgc.h index a1a9d2f44..9e62335c8 100644 --- a/v7/src/microcode/cmpgc.h +++ b/v7/src/microcode/cmpgc.h @@ -1,6 +1,6 @@ /* -*-C-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/cmpgc.h,v 1.14 1991/03/21 23:25:47 jinx Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/cmpgc.h,v 1.15 1991/03/22 06:27:39 jinx Exp $ Copyright (c) 1989-1991 Massachusetts Institute of Technology @@ -44,6 +44,8 @@ See cmpint.txt, cmpint.c, cmpint-md.h, and cmpaux-md.m4 for more details. #ifndef CMPGC_H_INCLUDED #define CMPGC_H_INCLUDED +#define NOP() do {} while (0) /* A useful macro */ + #ifdef HAS_COMPILER_SUPPORT #include "cmpint2.h" diff --git a/v7/src/microcode/cmpint.c b/v7/src/microcode/cmpint.c index 8f092a95f..727c7d089 100644 --- a/v7/src/microcode/cmpint.c +++ b/v7/src/microcode/cmpint.c @@ -1,6 +1,6 @@ /* -*-C-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/cmpint.c,v 1.32 1991/03/21 23:26:02 jinx Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/cmpint.c,v 1.33 1991/03/22 06:27:54 jinx Exp $ Copyright (c) 1989-1991 Massachusetts Institute of Technology @@ -73,8 +73,6 @@ MIT in each case. */ * */ -#define NOP() do {} while (0) /* A useful macro */ - /* Macro imports */ #include @@ -99,7 +97,6 @@ MIT in each case. */ #include "prims.h" /* LEXPR */ #include "prim.h" /* Primitive_Procedure_Table, etc. */ #define IN_CMPINT_C -#include "cmpint2.h" /* Compiled code object destructuring */ #include "cmpgc.h" /* Compiled code object relocation */ #ifndef FLUSH_I_CACHE_REGION diff --git a/v8/src/microcode/cmpint.c b/v8/src/microcode/cmpint.c index 64af6c43e..837fa842f 100644 --- a/v8/src/microcode/cmpint.c +++ b/v8/src/microcode/cmpint.c @@ -1,6 +1,6 @@ /* -*-C-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/cmpint.c,v 1.32 1991/03/21 23:26:02 jinx Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/cmpint.c,v 1.33 1991/03/22 06:27:54 jinx Exp $ Copyright (c) 1989-1991 Massachusetts Institute of Technology @@ -73,8 +73,6 @@ MIT in each case. */ * */ -#define NOP() do {} while (0) /* A useful macro */ - /* Macro imports */ #include @@ -99,7 +97,6 @@ MIT in each case. */ #include "prims.h" /* LEXPR */ #include "prim.h" /* Primitive_Procedure_Table, etc. */ #define IN_CMPINT_C -#include "cmpint2.h" /* Compiled code object destructuring */ #include "cmpgc.h" /* Compiled code object relocation */ #ifndef FLUSH_I_CACHE_REGION -- 2.25.1