Skip to content
Snippets Groups Projects
Commit 9fc266a3 authored by Benjamin Monate's avatar Benjamin Monate
Browse files

Fixed Big_int compatibility

parent 13011535
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@ let constant_to_exp ?(loc=Location.unknown) = function
it is written. Such a base is required by GMP.
[TODO] Actually possible to find the base for the string, but not done
yet *)
mkString ?loc (Int64.to_string n)
mkString ?loc (My_bigint.to_string n)
| CStr _ | CWStr _ | CChr _ | CReal _ | CEnum _ as c ->
new_exp ?loc (Const c)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment