From: Guillermo J. Rozas Date: Mon, 9 Apr 1990 15:10:07 +0000 (+0000) Subject: Fix macro definition from last change. X-Git-Tag: 20090517-FFI~11452 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=53f69f45af2938c55453388e951039914dc43205;p=mit-scheme.git Fix macro definition from last change. --- diff --git a/v7/src/microcode/cmpgc.h b/v7/src/microcode/cmpgc.h index e75c0ff47..4e93f012f 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.11 1990/04/09 14:52:57 jinx Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/cmpgc.h,v 1.12 1990/04/09 15:10:07 jinx Exp $ Copyright (c) 1989, 1990 Massachusetts Institute of Technology @@ -355,7 +355,7 @@ typedef unsigned short format_word; #ifndef FLUSH_I_CACHE -#define FLUSH_I_CACHE () \ +#define FLUSH_I_CACHE() \ do { \ } while (0)