~ubuntu-branches/debian/squeeze/erlang/squeeze

« back to all changes in this revision

Viewing changes to lib/mnemosyne/src/mnemosyne_exec.erl

  • Committer: Bazaar Package Importer
  • Author(s): Erlang Packagers, Sergei Golovan
  • Date: 2006-12-03 17:07:44 UTC
  • mfrom: (2.1.11 feisty)
  • Revision ID: james.westby@ubuntu.com-20061203170744-rghjwupacqlzs6kv
Tags: 1:11.b.2-4
[ Sergei Golovan ]
Fixed erlang-base and erlang-base-hipe prerm scripts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
518
518
    setup(C, setup(Cs,NextPid));
519
519
 
520
520
setup({'#or',Count, Alts}, NextPid) ->
521
 
    make_split( lists:map({?MODULE,setup},[NextPid],Alts), Count);
 
521
    make_split(lists:map(fun(A) -> setup(A, NextPid) end, Alts), Count);
522
522
 
523
523
setup({'#bindings',RecCount, Bs}, NextPid) ->
524
524
    ?start_op(bindings, [NextPid,RecCount,Bs]);