Taddeus Kroes %!s(int64=12) %!d(string=hai) anos
pai
achega
cd39b017b6
Modificáronse 1 ficheiros con 1 adicións e 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 }