From e5ee5c8a470498c82e0a35e8e87fc6a5ca0c7b52 Mon Sep 17 00:00:00 2001 From: Stephen Adams Date: Tue, 15 Jul 1997 20:57:06 +0000 Subject: [PATCH] Eliminate NT compiler warning. --- v7/src/microcode/purify.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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); } -- 2.25.1