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

« back to all changes in this revision

Viewing changes to lib/megaco/src/engine/megaco_config.erl

  • Committer: Bazaar Package Importer
  • Author(s): Sergei Golovan
  • Date: 2009-08-05 20:54:29 UTC
  • mfrom: (6.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20090805205429-pm4pnwew8axraosl
Tags: 1:13.b.1-dfsg-5
* Fixed parentheses in Emacs mode (closes: #536891).
* Removed unnecessary conflicts with erlang-manpages package.
* Added workaround for #475459: disabled threads on sparc architecture.
  This breaks wxErlang, so it's only a temporary solution.

Show diffs side-by-side

added added

removed removed

Lines of Context:
711
711
        flex ->
712
712
            start_scanner(megaco_flex_scanner_handler, 
713
713
                          start_link, [], [gen_server]);
 
714
        {flex, Opts} when is_list(Opts) -> % For future use
 
715
            start_scanner(megaco_flex_scanner_handler, 
 
716
                          start_link, [Opts], [gen_server]);
714
717
        {M, F, A, Mods} when is_atom(M) andalso 
715
718
                             is_atom(F) andalso 
716
719
                             is_list(A) andalso