rustc: Remove abi from ast::native_mod

This commit is contained in:
Haitao Li 2011-11-21 02:15:40 +08:00 committed by Marijn Haverbeke
parent 7a7f0604f4
commit 5ca83553bc
16 changed files with 126 additions and 128 deletions

View file

@ -431,9 +431,7 @@ tag native_abi {
}
type native_mod =
{// FIXME: Removing abi from AST. Depends on Issue #1179.
abi: native_abi,
view_items: [@view_item],
{view_items: [@view_item],
items: [@native_item]};
type variant_arg = {ty: @ty, id: node_id};