~ubuntu-branches/ubuntu/utopic/aspell/utopic

« back to all changes in this revision

Viewing changes to modules/speller/default/affix.hpp

  • Committer: Bazaar Package Importer
  • Author(s): Brian Nelson
  • Date: 2010-01-21 20:05:20 UTC
  • mfrom: (0.1.6 squeeze)
  • Revision ID: james.westby@ubuntu.com-20100121200520-gpksw43yg38tlnai
Tags: 0.60.6-3
* Switched to dpkg-source 3.0 (quilt) format

* No longer use dpatch

* Cleared the dependency_libs= lines in the .la files

* Bumped Standards-Version to 3.8.3, no changes necessary

* Added a debian/watch file

Show diffs side-by-side

added added

removed removed

Lines of Context:
109
109
    }
110
110
    WordAff * expand_suffix(ParmString word, const unsigned char * aff,
111
111
                            ObjStack &, int limit = INT_MAX,
112
 
                            unsigned char * new_aff = 0, WordAff * * * l = 0,
 
112
                            unsigned char * new_aff_2 = 0, WordAff * * * l = 0,
113
113
                            ParmString orig_word = 0) const;
114
114
    
115
115
  private: