File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 19e70d76fc9443a7424a62c0b66a23aea3a27022
2
+ refs/heads/master: 4ccdece184fbc0718efb15d411968b7688d53eb6
Original file line number Diff line number Diff line change @@ -642,8 +642,9 @@ let lval_base_resolving_visitor
642
642
(fun _ -> log cx " looking up slot or item with ident '%s'" ident);
643
643
match lookup cx (! scopes) (Ast. KEY_ident ident) with
644
644
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)
647
648
in
648
649
let lookup_slot_by_temp id temp =
649
650
iflog cx (fun _ -> log cx " looking up temp slot #%d" (int_of_temp temp));
You can’t perform that action at this time.
0 commit comments