Advertisement
Guest User

Untitled

a guest
Jan 15th, 2017
501
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.43 KB | None | 0 0
  1. diff --git a/modules/spellchecker/hunspell_3p/src/hunspell/affentry.h b/modules/spellchecker/hunspell_3p/src/hunspell/affentry.h
  2. index 53fdd25..b212dbc 100644
  3. --- a/modules/spellchecker/hunspell_3p/src/hunspell/affentry.h
  4. +++ b/modules/spellchecker/hunspell_3p/src/hunspell/affentry.h
  5. @@ -27,7 +27,7 @@ public:
  6. struct hentry * checkword(const char * word, int len, char in_compound,
  7. const FLAG needflag = FLAG_NULL);
  8.  
  9. - struct hentry * check_twosfx(const char * word, int len, char in_compound, const FLAG needflag = NULL);
  10. + struct hentry * check_twosfx(const char * word, int len, char in_compound, const FLAG needflag = FLAG_NULL);
  11.  
  12. #ifdef MORPHOLOGICAL_FUNCTIONS
  13. char * check_morph(const char * word, int len, char in_compound,
  14. @@ -92,7 +92,7 @@ public:
  15. // const FLAG cclass = FLAG_NULL, const FLAG needflag = FLAG_NULL, char in_compound=IN_CPD_NOT);
  16. const FLAG cclass = FLAG_NULL, const FLAG needflag = FLAG_NULL, const FLAG badflag = 0);
  17.  
  18. - struct hentry * check_twosfx(const char * word, int len, int optflags, PfxEntry* ppfx, const FLAG needflag = NULL);
  19. + struct hentry * check_twosfx(const char * word, int len, int optflags, PfxEntry* ppfx, const FLAG needflag = FLAG_NULL);
  20.  
  21. char * check_twosfx_morph(const char * word, int len, int optflags,
  22. PfxEntry* ppfx, const FLAG needflag = FLAG_NULL);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement