Skip to content

Commit

Permalink
argh, git rebased myself a mess
Browse files Browse the repository at this point in the history
  • Loading branch information
duckpilot committed Apr 22, 2010
1 parent 40731df commit 319bd04
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/froc/froc.ml
Expand Up @@ -93,15 +93,14 @@ let hash_event t =
| Occurs o -> o.e_id | Occurs o -> o.e_id


let next t = let next t =
<<<<<<< HEAD:src/froc/froc.ml
let t', s' = make_event () in let t', s' = make_event () in
let c = ref no_cancel in let c = ref no_cancel in
c := c :=
notify_result_e_cancel t notify_result_e_cancel t
(fun r -> (fun r ->
cancel !c; cancel !c;
c := no_cancel; c := no_cancel;
send_result s r; send_result s' r;
(* XXX future deps are still added; would be better to become Never *) (* XXX future deps are still added; would be better to become Never *)
Dlist.clear (occurs_of_event_sender s').e_deps); Dlist.clear (occurs_of_event_sender s').e_deps);
t' t'
Expand Down

0 comments on commit 319bd04

Please sign in to comment.