Fix bug in comment parsing.
authorChris Hanson <org/chris-hanson/cph>
Fri, 17 Dec 2004 03:46:22 +0000 (03:46 +0000)
committerChris Hanson <org/chris-hanson/cph>
Fri, 17 Dec 2004 03:46:22 +0000 (03:46 +0000)
v7/src/microcode/syntax.c

index a91d567e73090fdb11c757927b8dd59c35e2e6d6..c5cf054ccf5ddbdddad7afd51c1af036d68c4c3c 100644 (file)
@@ -1,8 +1,9 @@
 /* -*-C-*-
 
-$Id: syntax.c,v 1.27 2003/02/14 18:28:23 cph Exp $
+$Id: syntax.c,v 1.28 2004/12/17 03:46:22 cph Exp $
 
-Copyright (c) 1987-2000 Massachusetts Institute of Technology
+Copyright 1987,1988,1989,1991,1993,1996 Massachusetts Institute of Technology
+Copyright 2000,2004 Massachusetts Institute of Technology
 
 This file is part of MIT/GNU Scheme.
 
@@ -883,6 +884,8 @@ DEFINE_PRIMITIVE ("SCAN-SEXPS-FORWARD", Prim_scan_sexps_forward, 7, 7, 0)
                }
            }
        }
+      in_comment = 0;
+      continue;
 \f
     not_in_comment:
       in_comment = 0;