rustc: Rename take glue to copy glue

This commit is contained in:
Patrick Walton 2011-06-28 16:52:29 -07:00
parent 1d37118a00
commit dfcfef41df
4 changed files with 32 additions and 31 deletions

View file

@ -52,7 +52,7 @@ const int tydesc_field_size = 1;
const int tydesc_field_align = 2;
const int tydesc_field_take_glue = 3;
const int tydesc_field_copy_glue = 3;
const int tydesc_field_drop_glue = 4;