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:
25e5802
)
Fix bug in comment parsing.
author
Chris Hanson
<org/chris-hanson/cph>
Fri, 17 Dec 2004 03:46:22 +0000
(
03:46
+0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Fri, 17 Dec 2004 03:46:22 +0000
(
03:46
+0000)
v7/src/microcode/syntax.c
patch
|
blob
|
history
diff --git
a/v7/src/microcode/syntax.c
b/v7/src/microcode/syntax.c
index a91d567e73090fdb11c757927b8dd59c35e2e6d6..c5cf054ccf5ddbdddad7afd51c1af036d68c4c3c 100644
(file)
--- a/
v7/src/microcode/syntax.c
+++ b/
v7/src/microcode/syntax.c
@@
-1,8
+1,9
@@
/* -*-C-*-
-$Id: syntax.c,v 1.2
7 2003/02/14 18:28:23
cph Exp $
+$Id: syntax.c,v 1.2
8 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;