From 3d26665e609da8d44c756f2a9c759acd4e3b59a5 Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Mon, 29 Aug 2011 14:18:46 -0700 Subject: [PATCH] Rename upcall_istr_push to rust_istr_push in rustrt.def.in --- src/rt/rustrt.def.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rt/rustrt.def.in b/src/rt/rustrt.def.in index ea71a05a88d8..a0eab5cd1236 100644 --- a/src/rt/rustrt.def.in +++ b/src/rt/rustrt.def.in @@ -48,6 +48,7 @@ rust_dirent_filename rust_file_is_dir rust_get_stdin rust_get_stdout +rust_istr_push rust_list_files rust_process_wait rust_ptr_eq @@ -84,7 +85,6 @@ upcall_get_type_desc upcall_grow_task upcall_vec_grow upcall_vec_push -upcall_istr_push upcall_kill upcall_log_double upcall_log_float