Remove hardcoded PORTABLE_INT63

This commit is contained in:
Jeremie Dimino 2017-04-17 13:35:42 +01:00
parent 31922a590f
commit 238c22f3b8
1 changed files with 0 additions and 1 deletions

View File

@ -370,7 +370,6 @@ module Gen(P : Params) = struct
; "ocaml_version" , ctx.version
; "ocaml_where" , Path.to_string ctx.stdlib_dir
; "ARCH_SIXTYFOUR" , string_of_bool ctx.arch_sixtyfour
; "PORTABLE_INT63" , "true"
; "MAKE" , make
; "null" , Path.to_string Config.dev_null
] |> String_map.of_alist