From: Chris Hanson Date: Fri, 30 Nov 1990 02:45:43 +0000 (+0000) Subject: Don't need to define C_SCHEME. X-Git-Tag: 20090517-FFI~10995 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=4f709337f2f773f7a09f825600f3fe4ec15a5388;p=mit-scheme.git Don't need to define C_SCHEME. --- diff --git a/v7/src/microcode/cmpintmd/hppa.h b/v7/src/microcode/cmpintmd/hppa.h index d0c09668d..596315f4b 100644 --- a/v7/src/microcode/cmpintmd/hppa.h +++ b/v7/src/microcode/cmpintmd/hppa.h @@ -1,6 +1,6 @@ /* -*-C-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/cmpintmd/hppa.h,v 1.17 1990/09/08 00:09:56 cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/cmpintmd/hppa.h,v 1.18 1990/11/30 02:45:43 cph Exp $ Copyright (c) 1989, 1990 Massachusetts Institute of Technology @@ -235,7 +235,6 @@ hppa_store_absolute_address (addr, sourcev, nullify_p) Uses routines from cmpaux-hppa.m4. */ -#define C_SCHEME #include "hppacache.h" static struct pdc_cache_dump cache_info; diff --git a/v8/src/microcode/cmpintmd/hppa.h b/v8/src/microcode/cmpintmd/hppa.h index 533c505b1..56dda7328 100644 --- a/v8/src/microcode/cmpintmd/hppa.h +++ b/v8/src/microcode/cmpintmd/hppa.h @@ -1,6 +1,6 @@ /* -*-C-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/cmpintmd/hppa.h,v 1.17 1990/09/08 00:09:56 cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/cmpintmd/hppa.h,v 1.18 1990/11/30 02:45:43 cph Exp $ Copyright (c) 1989, 1990 Massachusetts Institute of Technology @@ -235,7 +235,6 @@ hppa_store_absolute_address (addr, sourcev, nullify_p) Uses routines from cmpaux-hppa.m4. */ -#define C_SCHEME #include "hppacache.h" static struct pdc_cache_dump cache_info;