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

« back to all changes in this revision

Viewing changes to lib/ic/src/ic_noc.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:
97
97
    gen(G3, N, Xs);
98
98
 
99
99
gen(G, N, [X|Xs]) when record(X, const) ->
100
 
    N2 = [get_id2(X) | N],
 
100
%    N2 = [get_id2(X) | N],
101
101
    emit_constant_func(G, X#const.id, X#const.val),
102
102
    gen(G, N, Xs); %% N2 or N?
103
103