From: Chris Hanson Date: Wed, 2 Oct 1996 19:17:34 +0000 (+0000) Subject: Many small changes to eliminate errors and warnings when compiling X-Git-Tag: 20090517-FFI~5379 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=4c99a04c823a947fb4a7a155757fe7e8c99eae6f;p=mit-scheme.git Many small changes to eliminate errors and warnings when compiling under Win32 using either Visual C++ 4.0 or Watcom C/C++ 10.6. --- 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); } }