Skip to content

Commit 2429623

Browse files
committed
---
yaml --- r: 1237 b: refs/heads/master c: 4ccdece h: refs/heads/master i: 1235: 3a23937 v: v3
1 parent df92e8e commit 2429623

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
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: 19e70d76fc9443a7424a62c0b66a23aea3a27022
2+
refs/heads/master: 4ccdece184fbc0718efb15d411968b7688d53eb6

trunk/src/boot/me/resolve.ml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -642,8 +642,9 @@ let lval_base_resolving_visitor
642642
(fun _ -> log cx "looking up slot or item with ident '%s'" ident);
643643
match lookup cx (!scopes) (Ast.KEY_ident ident) with
644644
RES_failed _ -> err (Some id) "unresolved identifier '%s'" ident
645-
| RES_ok (_, id) -> ((iflog cx (fun _ -> log cx "resolved to node id #%d"
646-
(int_of_node id))); id)
645+
| RES_ok (_, id) ->
646+
((iflog cx (fun _ -> log cx "resolved to node id #%d"
647+
(int_of_node id))); id)
647648
in
648649
let lookup_slot_by_temp id temp =
649650
iflog cx (fun _ -> log cx "looking up temp slot #%d" (int_of_temp temp));

0 commit comments

Comments
 (0)