diff options
Diffstat (limited to 'contrib/tsearch/morph.h')
-rw-r--r-- | contrib/tsearch/morph.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/tsearch/morph.h b/contrib/tsearch/morph.h index 1c64227fae0..24bb0efc8c5 100644 --- a/contrib/tsearch/morph.h +++ b/contrib/tsearch/morph.h @@ -6,4 +6,5 @@ void initmorph(void); char *lemmatize(char *word, int *len, int type); bool is_stoptype(int type); + #endif |