promotional, or sales literature without prior written consent from
MIT in each case. */
-/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/interp.c,v 9.26 1987/05/31 16:36:05 cph Exp $
+/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/interp.c,v 9.27 1987/06/09 18:48:44 cph Exp $
*
* This file contains the heart of the Scheme Scode
* interpreter
assignment_end_after_lock:
+ Val = *cell;
+
if (Type_Code(*cell) != TC_REFERENCE_TRAP)
{
- Val = *cell;
-
- normal_assignment_done:
+normal_assignment_done:
*cell = value;
remove_lock(set_serializer);
Set_Time_Zone(Zone_Working);
promotional, or sales literature without prior written consent from
MIT in each case. */
-/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/version.h,v 9.65 1987/06/05 18:04:01 cph Exp $
+/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/version.h,v 9.66 1987/06/09 18:50:05 cph Exp $
This file contains version information for the microcode. */
\f
#define VERSION 9
#endif
#ifndef SUBVERSION
-#define SUBVERSION 65
+#define SUBVERSION 66
#endif
#ifndef UCODE_TABLES_FILENAME
promotional, or sales literature without prior written consent from
MIT in each case. */
-/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/interp.c,v 9.26 1987/05/31 16:36:05 cph Exp $
+/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/interp.c,v 9.27 1987/06/09 18:48:44 cph Exp $
*
* This file contains the heart of the Scheme Scode
* interpreter
assignment_end_after_lock:
+ Val = *cell;
+
if (Type_Code(*cell) != TC_REFERENCE_TRAP)
{
- Val = *cell;
-
- normal_assignment_done:
+normal_assignment_done:
*cell = value;
remove_lock(set_serializer);
Set_Time_Zone(Zone_Working);
promotional, or sales literature without prior written consent from
MIT in each case. */
-/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/version.h,v 9.65 1987/06/05 18:04:01 cph Exp $
+/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/version.h,v 9.66 1987/06/09 18:50:05 cph Exp $
This file contains version information for the microcode. */
\f
#define VERSION 9
#endif
#ifndef SUBVERSION
-#define SUBVERSION 65
+#define SUBVERSION 66
#endif
#ifndef UCODE_TABLES_FILENAME