Explorar o código

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

Hugh Sanderson %!s(int64=16) %!d(string=hai) anos
pai
achega
c60a792954
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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;