From: Chris Hanson Date: Mon, 2 May 1994 19:04:06 +0000 (+0000) Subject: Fix typo. X-Git-Tag: 20090517-FFI~7184 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=22f056ddd3d838cdda53999d0c8aa0b58c505fad;p=mit-scheme.git Fix typo. --- diff --git a/v7/src/microcode/cmpintmd/mips.h b/v7/src/microcode/cmpintmd/mips.h index eb39ca5a8..2a32f7345 100644 --- a/v7/src/microcode/cmpintmd/mips.h +++ b/v7/src/microcode/cmpintmd/mips.h @@ -1,6 +1,6 @@ /* -*-C-*- -$Id: mips.h,v 1.19 1994/01/08 16:57:21 gjr Exp $ +$Id: mips.h,v 1.20 1994/05/02 19:04:06 cph Exp $ Copyright (c) 1989-1994 Massachusetts Institute of Technology @@ -566,7 +566,7 @@ DEFUN (allocate_closure, (size), long size) in the last chunk. */ - if ((space > 0) && (free_closure != ((SCHEME_OBJECT) NULL))) + if ((space > 0) && (free_closure != ((SCHEME_OBJECT *) NULL))) free_closure[-3] = (MAKE_OBJECT (TC_MANIFEST_NM_VECTOR, (space - 1))); free_closure = Free;