# HG changeset patch # User viric@llimona # Date 1188741454 -7200 # Node ID 8d524bb8dcea1e8f821b312c821189ab1bb573a6 # Parent 026a2ba0ce160a24de8458b3ae2ddf5ab4eb9c01 Changed the name for zprocess to prepare_akcentiga diff -r 026a2ba0ce16 -r 8d524bb8dcea Makefile --- a/Makefile Sun Sep 02 14:24:10 2007 +0200 +++ b/Makefile Sun Sep 02 15:57:34 2007 +0200 @@ -8,7 +8,7 @@ #ICULIBS=-licui18n -licuuc -licudata -all: dictre idx2index trim-nou8 ia5 asciiigi-utf8-akcenton zprocess \ +all: dictre idx2index trim-nou8 ia5 asciiigi-utf8-akcenton prepare_akcentiga \ zparsetext zrustest http_dec_test prepare_meanings idx2index: idx2index.o dict.o @@ -20,7 +20,7 @@ dictre: load.o dict.o write.o sort.o filter.o main.o fastmalloc.o repeated.o $(CC) -o $@ $^ -zprocess: zload.o dict.o zdefs.o zhash.o zrus.o +prepare_akcentiga: zload.o dict.o zdefs.o zhash.o zrus.o $(CXX) -o $@ $^ $(ICULIBS) zparsetext: parse_text.o zrus.o find.o dict.o http_dec.o diff -r 026a2ba0ce16 -r 8d524bb8dcea asciiigi-utf8-akcenton Binary file asciiigi-utf8-akcenton has changed diff -r 026a2ba0ce16 -r 8d524bb8dcea parse_text.c --- a/parse_text.c Sun Sep 02 14:24:10 2007 +0200 +++ b/parse_text.c Sun Sep 02 15:57:34 2007 +0200 @@ -96,7 +96,8 @@ printf("\n"); } -static void dump_signifo_with_p(const char *word, const char *signifo) +static void dump_signifo_with_p(const unsigned char *word, + const unsigned char *signifo) { int i; char last;