Eliminate NT compiler warning.
authorStephen Adams <edu/mit/csail/zurich/adams>
Tue, 15 Jul 1997 20:57:06 +0000 (20:57 +0000)
committerStephen Adams <edu/mit/csail/zurich/adams>
Tue, 15 Jul 1997 20:57:06 +0000 (20:57 +0000)
v7/src/microcode/purify.c

index e9f80e2dba2b9fdbf1807e88a324d8ee70f917fd..87a26d6c45fef40382d2ed4e197dc236a996796b 100644 (file)
@@ -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);
 }