Taddeus Kroes hace 12 años
padre
commit
cd39b017b6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      lexer.mll

+ 1 - 1
lexer.mll

@@ -95,5 +95,5 @@ rule token = parse
 (* Multi-line comments *)
 and comment = parse
     | '\r' | '\n' | "\r\n"  { next_line lexbuf; comment lexbuf }
-    | _                     { comment lexbuf }
     | "*/"                  { token lexbuf }
+    | _                     { comment lexbuf }