Assortment of additional work on vec-append. Not done yet.
This commit is contained in:
parent
629eba1d06
commit
652cb48475
3 changed files with 73 additions and 26 deletions
|
|
@ -71,8 +71,8 @@ fn bzero_glue_name() -> str {
|
|||
ret "rust_bzero_glue";
|
||||
}
|
||||
|
||||
fn vec_grow_glue_name() -> str {
|
||||
ret "rust_vec_grow_glue";
|
||||
fn vec_append_glue_name() -> str {
|
||||
ret "rust_vec_append_glue";
|
||||
}
|
||||
|
||||
fn upcall_glue_name(int n) -> str {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue