freebsd-ports/math/foma/files/patch-fomalib.h
Dmitry Sivachenko 8b86aa0005 New port: foma.
Foma is a compiler, programming language, and C library for constructing
finite-state automata and transducers for various uses.  It has specific
support for many natural language processing applications such as producing
morphological analyzers.  Although NLP applications are probably the main use
of foma, it is sufficiently generic to use for a large number of purposes.
2014-05-07 14:34:24 +00:00

11 lines
389 B
C

--- fomalib.h.orig 2012-11-17 13:46:43.000000000 +0400
+++ fomalib.h 2014-05-07 18:16:20.000000000 +0400
@@ -298,7 +298,7 @@
FEXPORT int save_defined();
FEXPORT int save_stack_att();
FEXPORT int write_prolog(struct fsm *net, char *filename);
-FEXPORT int foma_net_print(struct fsm *net, gzFile *outfile);
+FEXPORT int foma_net_print(struct fsm *net, gzFile outfile);
/* Lookups */