Ver Fonte

Mac version of ocaml expects comment-in-comment open/close to match

Hugh Sanderson há 16 anos atrás
pai
commit
c60a792954
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      genphp.ml

+ 2 - 2
genphp.ml

@@ -6,7 +6,7 @@ TODO:
 OPTIMIZATION
 - replace eval for statements with functions/inlines
 - replace closures (eval) with functions
-
+*)
 (*
  *  haXe/PHP Compiler
  *  Copyright (c)2008 Franco Ponticelli
@@ -1866,4 +1866,4 @@ let generate com =
 	) com.types;
 	Hashtbl.iter (fun name data ->
 		write_resource com.file name data
-	) com.resources;
+	) com.resources;