From 4c99a04c823a947fb4a7a155757fe7e8c99eae6f Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Wed, 2 Oct 1996 19:17:34 +0000 Subject: [PATCH] Many small changes to eliminate errors and warnings when compiling under Win32 using either Visual C++ 4.0 or Watcom C/C++ 10.6. --- v7/src/microcode/hooks.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/v7/src/microcode/hooks.c b/v7/src/microcode/hooks.c index 031cab35b..5f6845d7e 100644 --- a/v7/src/microcode/hooks.c +++ b/v7/src/microcode/hooks.c @@ -1,6 +1,6 @@ /* -*-C-*- -$Id: hooks.c,v 9.54 1996/10/02 18:57:42 cph Exp $ +$Id: hooks.c,v 9.55 1996/10/02 19:17:34 cph Exp $ Copyright (c) 1988-96 Massachusetts Institute of Technology @@ -570,6 +570,7 @@ DEFINE_PRIMITIVE ("TRANSLATE-TO-STATE-POINT", Prim_translate_to_point, 1, 1, POP_PRIMITIVE_FRAME (1); Translate_To_Point (state_point); /*NOTREACHED*/ + PRIMITIVE_RETURN (UNSPECIFIC); } } -- 2.25.1