From: Jay Freeman (saurik) Date: Tue, 27 Oct 2009 22:33:32 +0000 (+0000) Subject: Fixed an invalid single-line comment in Flex. X-Git-Tag: v0.9.432~243 X-Git-Url: https://git.saurik.com/cycript.git/commitdiff_plain/2155ab929bf11732d701251ff08f814d0406705c?ds=inline Fixed an invalid single-line comment in Flex. --- 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