Index: head/news/golded+/files/patch-goldlib-hunspell-affentry.hxx =================================================================== --- head/news/golded+/files/patch-goldlib-hunspell-affentry.hxx (nonexistent) +++ head/news/golded+/files/patch-goldlib-hunspell-affentry.hxx (revision 460058) @@ -0,0 +1,20 @@ +--- goldlib/hunspell/affentry.hxx.orig 2018-01-26 22:46:50.173607000 +0000 ++++ goldlib/hunspell/affentry.hxx 2018-01-26 22:47:27.023128000 +0000 +@@ -25,7 +25,7 @@ + struct hentry * check(const char * word, int len, char in_compound, + const FLAG needflag = FLAG_NULL); + +- struct hentry * check_twosfx(const char * word, int len, char in_compound, const FLAG needflag = NULL); ++ struct hentry * check_twosfx(const char * word, int len, char in_compound, const FLAG needflag = 0); + + char * check_morph(const char * word, int len, char in_compound, + const FLAG needflag = FLAG_NULL); +@@ -86,7 +86,7 @@ + AffEntry* ppfx, char ** wlst, int maxSug, int * ns, + const FLAG cclass = FLAG_NULL, const FLAG needflag = FLAG_NULL); + +- struct hentry * check_twosfx(const char * word, int len, int optflags, AffEntry* ppfx, const FLAG needflag = NULL); ++ struct hentry * check_twosfx(const char * word, int len, int optflags, AffEntry* ppfx, const FLAG needflag = 0); + + char * check_twosfx_morph(const char * word, int len, int optflags, + AffEntry* ppfx, const FLAG needflag = FLAG_NULL); Property changes on: head/news/golded+/files/patch-goldlib-hunspell-affentry.hxx ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property