From 2155ab929bf11732d701251ff08f814d0406705c Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Tue, 27 Oct 2009 22:33:32 +0000 Subject: [PATCH] Fixed an invalid single-line comment in Flex. --- Cycript.l.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cycript.l.in b/Cycript.l.in index cb2871d..72f814d 100644 --- a/Cycript.l.in +++ b/Cycript.l.in @@ -37,7 +37,7 @@ */ /* }}} */ -// XXX: supposedly I will be screwed on very very long multi-line comments and need to replace these with a manual lexer. http://websrv.cs.fsu.edu/~engelen/courses/COP5621/Pr2.pdf +/* XXX: supposedly I will be screwed on very very long multi-line comments and need to replace these with a manual lexer. http://websrv.cs.fsu.edu/~engelen/courses/COP5621/Pr2.pdf */ %{ #define YYLTYPE cy::location -- 2.47.2