Switch 'native' to 'extern' (or 'foreign' in some descriptions)

This commit is contained in:
Graydon Hoare 2012-07-03 16:11:00 -07:00
parent 7259195caf
commit debb7e4641
127 changed files with 249 additions and 249 deletions

View file

@ -170,7 +170,7 @@ enum mutability { m_mutbl, m_imm, m_const, }
#[auto_serialize]
enum proto {
proto_bare, // native fn
proto_bare, // foreign fn
proto_any, // fn
proto_uniq, // fn~
proto_box, // fn@