cvsuser 04/11/21 08:26:41
Modified: compilers/p6ge p6ge_gen.c
Log:
Fixed nested comment.
Revision Changes Path
1.7 +5 -5 parrot/compilers/p6ge/p6ge_gen.c
Index: p6ge_gen.c
===================================================================
RCS file: /cvs/public/parrot/compilers/p6ge/p6ge_gen.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- p6ge_gen.c 21 Nov 2004 15:05:11 -0000 1.6
+++ p6ge_gen.c 21 Nov 2004 16:26:41 -0000 1.7
@@ -263,8 +263,8 @@
/* otherwise, we have work to do */
/* GROUP: initialization
- /* This first part sets up the initial structures for a repeating group.
- /* We need a repeat count and (possibly) a captures hash. */
+ This first part sets up the initial structures for a repeating group.
+ We need a repeat count and (possibly) a captures hash. */
emit(" classoffset $I0, match, \"P6GEMatch\"\n");
emit(" $I0 += 3\n");
emit(" getattribute gr_rep, match, $I0\n");
@@ -290,9 +290,9 @@
emit(" goto fail\n\n");
/* GROUP: repeat code
- /* This code is called whenever we reach the end of the group's
- /* subexpression. It handles closing any outstanding capture, and
- /* repeats the group if the quantifier requires it. */
+ This code is called whenever we reach the end of the group's
+ subexpression. It handles closing any outstanding capture, and
+ repeats the group if the quantifier requires it. */
emit("%s:\n", repsub);
emit(" classoffset $I0, match, \"P6GEMatch\"\n");
emit(" $I0 += 3\n");