Pārlūkot izejas kodu

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

Hugh Sanderson 16 gadi atpakaļ
vecāks
revīzija
c60a792954
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  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;