Skip to content

Commit c0e0d3e

Browse files
committed
Avoid unnecessary dependence on u_int16_t, per buildfarm failure.
(It doesn't compile on HPUX either...)
1 parent 1ac9f0e commit c0e0d3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/tsearch2/ispell/spell.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1124,7 +1124,7 @@ NINormalizeWord(IspellDict * Conf, char *word)
11241124
{
11251125
char **res = NormalizeSubWord(Conf, word, 0);
11261126
TSLexeme *lcur=NULL, *lres=NULL;
1127-
u_int16_t NVariant=1;
1127+
uint16 NVariant=1;
11281128

11291129
if (res) {
11301130
char **ptr = res;

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy