Line 0
Link Here
|
|
|
1 |
--- src/cpp/core/spelling/hunspell/affentry.hxx.orig 2018-05-16 08:03:33.232684000 +0200 |
2 |
+++ src/cpp/core/spelling/hunspell/affentry.hxx 2018-05-16 08:04:38.957718000 +0200 |
3 |
@@ -27,7 +27,7 @@ |
4 |
struct hentry * checkword(const char * word, int len, char in_compound, |
5 |
const FLAG needflag = FLAG_NULL); |
6 |
|
7 |
- struct hentry * check_twosfx(const char * word, int len, char in_compound, const FLAG needflag = NULL); |
8 |
+ struct hentry * check_twosfx(const char * word, int len, char in_compound, const FLAG needflag = FLAG_NULL); |
9 |
|
10 |
char * check_morph(const char * word, int len, char in_compound, |
11 |
const FLAG needflag = FLAG_NULL); |
12 |
@@ -90,7 +90,7 @@ |
13 |
// const FLAG cclass = FLAG_NULL, const FLAG needflag = FLAG_NULL, char in_compound=IN_CPD_NOT); |
14 |
const FLAG cclass = FLAG_NULL, const FLAG needflag = FLAG_NULL, const FLAG badflag = 0); |
15 |
|
16 |
- struct hentry * check_twosfx(const char * word, int len, int optflags, PfxEntry* ppfx, const FLAG needflag = NULL); |
17 |
+ struct hentry * check_twosfx(const char * word, int len, int optflags, PfxEntry* ppfx, const FLAG needflag = FLAG_NULL); |
18 |
|
19 |
char * check_twosfx_morph(const char * word, int len, int optflags, |
20 |
PfxEntry* ppfx, const FLAG needflag = FLAG_NULL); |