diff options
author | kaa <kaa@disroot.org> | 2023-07-05 13:32:01 -0700 |
---|---|---|
committer | kaa <kaa@disroot.org> | 2023-07-05 13:32:01 -0700 |
commit | 8987d13d3c1a62d2d1db6ecabb29bc76f3529a44 (patch) | |
tree | 01ee36e8f13438d6cc707f9b918c9ce3af4a5ba4 /hyp.c | |
parent | 09819bcd940492c8ccc48284880f8bc652a2845a (diff) | |
download | hyp-8987d13d3c1a62d2d1db6ecabb29bc76f3529a44.tar.gz |
Add spanish hyphenation patterns, and support for building an executable that finds those hyphenation patterns. HEAD master
Diffstat (limited to 'hyp.c')
-rw-r--r-- | hyp.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hyp.c b/hyp.c index 697fed5..3285b54 100644 --- a/hyp.c +++ b/hyp.c @@ -4,6 +4,8 @@ #include <hyphen.h> #include "config.h" +extern char *dictfile; + /* Read a tag into a character array and return its length. */ int readtag(char *tag, FILE *in, FILE *out) |