projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d444f0b
)
Many small changes to eliminate errors and warnings when compiling
author
Chris Hanson
<org/chris-hanson/cph>
Wed, 2 Oct 1996 19:17:34 +0000
(19:17 +0000)
committer
Chris 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
patch
|
blob
|
history
diff --git
a/v7/src/microcode/hooks.c
b/v7/src/microcode/hooks.c
index 031cab35b3af8b53375a905f9cec806368c13ff2..5f6845d7e62a7f80ff261ed3be6292a411aa8c00 100644
(file)
--- a/
v7/src/microcode/hooks.c
+++ b/
v7/src/microcode/hooks.c
@@
-1,6
+1,6
@@
/* -*-C-*-
-$Id: hooks.c,v 9.5
4 1996/10/02 18:57:42
cph Exp $
+$Id: hooks.c,v 9.5
5 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