From 46515a9681fd0ae463de4d878e2049500fe21d57 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Fri, 17 Dec 2004 03:46:22 +0000 Subject: [PATCH] Fix bug in comment parsing. --- v7/src/microcode/syntax.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/v7/src/microcode/syntax.c b/v7/src/microcode/syntax.c index a91d567e7..c5cf054cc 100644 --- a/v7/src/microcode/syntax.c +++ b/v7/src/microcode/syntax.c @@ -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; not_in_comment: in_comment = 0; -- 2.25.1