]> git.saurik.com Git - cycript.git/commitdiff
Fixed an invalid single-line comment in Flex.
authorJay Freeman (saurik) <saurik@saurik.com>
Tue, 27 Oct 2009 22:33:32 +0000 (22:33 +0000)
committerJay Freeman (saurik) <saurik@saurik.com>
Tue, 27 Oct 2009 22:33:32 +0000 (22:33 +0000)
Cycript.l.in

index cb2871d9d57f0d91b80d0e58b9610ae2709e3839..72f814d75f460a2cbc62af4b27a28167e3b56e4c 100644 (file)
@@ -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