From a47cd50dfb9b8d88abea0baf4122e454d82e09e9 Mon Sep 17 00:00:00 2001 From: Tim Chevalier Date: Thu, 24 Mar 2011 17:12:24 -0700 Subject: Parse FP literals without coercing to int. This allows parsing 64-bit floats. However, if someone writes a literal that can't be represented precisely in 64 bits, the front-end will accept it while the back-end will (presumably) complain. --- src/rt/rustrt.def.in | 1 + 1 file changed, 1 insertion(+) (limited to 'src/rt') diff --git a/src/rt/rustrt.def.in b/src/rt/rustrt.def.in index 5f9300f7..cf10a402 100644 --- a/src/rt/rustrt.def.in +++ b/src/rt/rustrt.def.in @@ -44,6 +44,7 @@ upcall_grow_task upcall_join upcall_kill upcall_log_double +upcall_log_float upcall_log_int upcall_log_str upcall_malloc -- cgit v1.2.3