Commit c0e0d3e2 authored by Tom Lane's avatar Tom Lane

Avoid unnecessary dependence on u_int16_t, per buildfarm failure.

(It doesn't compile on HPUX either...)
parent 1ac9f0e9
......@@ -1124,7 +1124,7 @@ NINormalizeWord(IspellDict * Conf, char *word)
{
char **res = NormalizeSubWord(Conf, word, 0);
TSLexeme *lcur=NULL, *lres=NULL;
u_int16_t NVariant=1;
uint16 NVariant=1;
if (res) {
char **ptr = res;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment