فهرست منبع

fix HL compilation

Simon Krajewski 9 سال پیش
والد
کامیت
bf0551f399
1فایلهای تغییر یافته به همراه4 افزوده شده و 0 حذف شده
  1. 4 0
      genhl.ml

+ 4 - 0
genhl.ml

@@ -4738,6 +4738,10 @@ let interp code =
 				(function
 				(function
 				| [VInt code] -> VUndef
 				| [VInt code] -> VUndef
 				| _ -> assert false)
 				| _ -> assert false)
+			| "sys_utf8_path" ->
+				(function
+				| [] -> VBool true
+				| _ -> assert false)
 			| "hash" ->
 			| "hash" ->
 				(function
 				(function
 				| [VBytes str] -> VInt (hash (hl_to_caml str))
 				| [VBytes str] -> VInt (hash (hl_to_caml str))