From: Stephen Adams Date: Tue, 15 Jul 1997 20:57:06 +0000 (+0000) Subject: Eliminate NT compiler warning. X-Git-Tag: 20090517-FFI~5056 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=e5ee5c8a470498c82e0a35e8e87fc6a5ca0c7b52;p=mit-scheme.git Eliminate NT compiler warning. --- diff --git a/v7/src/microcode/purify.c b/v7/src/microcode/purify.c index e9f80e2db..87a26d6c4 100644 --- a/v7/src/microcode/purify.c +++ b/v7/src/microcode/purify.c @@ -1,6 +1,6 @@ /* -*-C-*- -$Id: purify.c,v 9.55 1995/07/27 00:20:04 adams Exp $ +$Id: purify.c,v 9.56 1997/07/15 20:57:06 adams Exp $ Copyright (c) 1988-1993 Massachusetts Institute of Technology @@ -545,4 +545,5 @@ DEFINE_PRIMITIVE ("PRIMITIVE-PURIFY", Prim_primitive_purify, 3, 3, 0) Pushed (); PRIMITIVE_ABORT (PRIM_APPLY); /*NOTREACHED*/ + return (0); }