From 8701743bcee9d61f56c767f308c4250d3be8c6ea Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Sat, 14 Apr 2007 03:53:32 +0000 Subject: [PATCH] Fix old typo. --- v7/src/microcode/fasload.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v7/src/microcode/fasload.c b/v7/src/microcode/fasload.c index 963b7dbef..1d3bcfbaa 100644 --- a/v7/src/microcode/fasload.c +++ b/v7/src/microcode/fasload.c @@ -1,6 +1,6 @@ /* -*-C-*- -$Id: fasload.c,v 9.99 2007/01/12 03:45:55 cph Exp $ +$Id: fasload.c,v 9.100 2007/04/14 03:53:32 cph Exp $ Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, @@ -399,7 +399,7 @@ DEFUN (relocate, (P), long P) static SCHEME_OBJECT * relocate_temp; #define RELOCATE(P) \ - (RELOCATE_INTO (Relocate_Temp, P), relocate_temp) + (RELOCATE_INTO (relocate_temp, P), relocate_temp) #endif /* Conditional_Bug */ #endif /* ENABLE_DEBUGGING_TOOLS */ -- 2.25.1