Rename ivecs to vecs in the compiler
This commit is contained in:
parent
a0e2809f54
commit
785c26f7f4
9 changed files with 85 additions and 124 deletions
|
@ -301,9 +301,9 @@ tag ty_ {
|
|||
ty_float;
|
||||
ty_machine(ty_mach);
|
||||
ty_char;
|
||||
ty_istr; // interior string
|
||||
ty_istr;
|
||||
ty_box(mt);
|
||||
ty_vec(mt); // interior vector
|
||||
ty_vec(mt);
|
||||
ty_ptr(mt);
|
||||
ty_task;
|
||||
ty_port(@ty);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue