зеркало из https://github.com/mozilla/gecko-dev.git
Bug 583582 - Fix compilation of hunspell with gcc-4.5 for changes to fortify sources. r=smaug a=bsmedberg
This commit is contained in:
Родитель
22884980e6
Коммит
2c21600d0e
|
@ -69,7 +69,7 @@
|
|||
#define H_OPT_PHON (1 << 2)
|
||||
|
||||
// see also csutil.hxx
|
||||
#define HENTRY_WORD(h) (h->word)
|
||||
#define HENTRY_WORD(h) &(h->word[0])
|
||||
|
||||
// approx. number of user defined words
|
||||
#define USERWORD 1000
|
||||
|
|
Загрузка…
Ссылка в новой задаче