From 684c0dc494820aa0189526278bdce7290400872e Mon Sep 17 00:00:00 2001 From: Lindsey Kuper Date: Tue, 28 Jun 2011 18:47:36 -0700 Subject: [PATCH] Comments and cleanup. --- src/comp/back/abi.rs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/comp/back/abi.rs b/src/comp/back/abi.rs index 95308f0cf74b..6d0098f6f559 100644 --- a/src/comp/back/abi.rs +++ b/src/comp/back/abi.rs @@ -88,13 +88,11 @@ const int obj_body_elt_typarams = 1; const int obj_body_elt_fields = 2; +// The base object to which an anonymous object is attached. const int obj_body_elt_with_obj = 3; - -/* The base object to which an anonymous - * object is attached */ +// The two halves of a closure: code and environment. const int fn_field_code = 0; - const int fn_field_box = 1; const int closure_elt_tydesc = 0;