Rename ivecs to vecs in the compiler

This commit is contained in:
Marijn Haverbeke 2011-09-02 16:09:41 +02:00
parent a0e2809f54
commit 785c26f7f4
9 changed files with 85 additions and 124 deletions

View file

@ -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);