Many small changes to eliminate errors and warnings when compiling
authorChris Hanson <org/chris-hanson/cph>
Wed, 2 Oct 1996 19:17:34 +0000 (19:17 +0000)
committerChris Hanson <org/chris-hanson/cph>
Wed, 2 Oct 1996 19:17:34 +0000 (19:17 +0000)
under Win32 using either Visual C++ 4.0 or Watcom C/C++ 10.6.

v7/src/microcode/hooks.c

index 031cab35b3af8b53375a905f9cec806368c13ff2..5f6845d7e62a7f80ff261ed3be6292a411aa8c00 100644 (file)
@@ -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);
   }
 }
 \f