Change ast::ty_ivec, ty::ty_ivec to ty_vec

This commit is contained in:
Brian Anderson 2011-08-18 14:11:06 -07:00
parent 504ec8b00d
commit 4fc3618233
14 changed files with 47 additions and 47 deletions

View file

@ -439,7 +439,7 @@ tag ty_ {
ty_str;
ty_istr; // interior string
ty_box(mt);
ty_ivec(mt); // interior vector
ty_vec(mt); // interior vector
ty_ptr(mt);
ty_task;
ty_port(@ty);