diff options
Diffstat (limited to 'lib/sail.c')
| -rw-r--r-- | lib/sail.c | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -176,6 +176,11 @@ void string_take(sail_string *dst, sail_string s, sail_int ns) /* ***** Sail integers ***** */ +uint64_t sail_int_get_ui(const mpz_t op) +{ + return mpz_get_ui(op); +} + inline bool EQUAL(mach_int)(const mach_int op1, const mach_int op2) { |
