Skip to content

Commit 0c8bff3

Browse files
committed
---
yaml --- r: 3447 b: refs/heads/master c: 684c0dc h: refs/heads/master i: 3445: ee0c60f 3443: 8eaffb3 3439: 0a95667 v: v3
1 parent 49aad0a commit 0c8bff3

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 9155544a5a5f9e48edabb5b79243c31146256d23
2+
refs/heads/master: 684c0dc494820aa0189526278bdce7290400872e

trunk/src/comp/back/abi.rs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,13 +88,11 @@ const int obj_body_elt_typarams = 1;
8888

8989
const int obj_body_elt_fields = 2;
9090

91+
// The base object to which an anonymous object is attached.
9192
const int obj_body_elt_with_obj = 3;
9293

93-
94-
/* The base object to which an anonymous
95-
* object is attached */
94+
// The two halves of a closure: code and environment.
9695
const int fn_field_code = 0;
97-
9896
const int fn_field_box = 1;
9997

10098
const int closure_elt_tydesc = 0;

0 commit comments

Comments
 (0)