Patch to fix long-standing bug in forcing of promises.
authorChris Hanson <org/chris-hanson/cph>
Thu, 2 Jun 1994 19:03:31 +0000 (19:03 +0000)
committerChris Hanson <org/chris-hanson/cph>
Thu, 2 Jun 1994 19:03:31 +0000 (19:03 +0000)
v7/src/microcode/interp.c
v8/src/microcode/interp.c

index 48d50f72e44ab01f9c1678fc5c9a0ce8b801e980..6d5266db9e443bb61fe10d1d2169c13164abb77e 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-C-*-
 
-$Id: interp.c,v 9.82 1994/06/02 19:02:15 cph Exp $
+$Id: interp.c,v 9.83 1994/06/02 19:03:31 cph Exp $
 
 Copyright (c) 1988-94 Massachusetts Institute of Technology
 
@@ -2241,7 +2241,7 @@ Primitive_Internal_Apply:
 
     case RC_SNAP_NEED_THUNK:
       /* Don't snap thunk twice; evaluation of the thunk's body might
-        have snapped it already.  *
+        have snapped it already.  */
       if ((MEMORY_REF ((Fetch_Expression ()), THUNK_SNAPPED)) == SHARP_F)
        {
          MEMORY_SET ((Fetch_Expression ()), THUNK_SNAPPED, SHARP_T);
index 48d50f72e44ab01f9c1678fc5c9a0ce8b801e980..6d5266db9e443bb61fe10d1d2169c13164abb77e 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-C-*-
 
-$Id: interp.c,v 9.82 1994/06/02 19:02:15 cph Exp $
+$Id: interp.c,v 9.83 1994/06/02 19:03:31 cph Exp $
 
 Copyright (c) 1988-94 Massachusetts Institute of Technology
 
@@ -2241,7 +2241,7 @@ Primitive_Internal_Apply:
 
     case RC_SNAP_NEED_THUNK:
       /* Don't snap thunk twice; evaluation of the thunk's body might
-        have snapped it already.  *
+        have snapped it already.  */
       if ((MEMORY_REF ((Fetch_Expression ()), THUNK_SNAPPED)) == SHARP_F)
        {
          MEMORY_SET ((Fetch_Expression ()), THUNK_SNAPPED, SHARP_T);