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

« back to all changes in this revision

Viewing changes to lib/asn1/src/asn1ct_constructed_ber.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:
517
517
          "_components'([]",ObjFun_novar,", AccBytes, AccLen) -> ",nl]),
518
518
 
519
519
    case catch lists:member(der,get(encoding_options)) of
520
 
        true ->
 
520
        true when SeqOrSetOf=='SET OF' ->
521
521
            emit([indent(3),
522
522
                  "{asn1rt_check:dynamicsort_SETOF(AccBytes),AccLen};",nl,nl]);
523
523
        _ ->