Changed the name for zprocess to prepare_akcentiga
authorviric@llimona
Sun, 02 Sep 2007 15:57:34 +0200
changeset 25 8d524bb8dcea
parent 24 026a2ba0ce16
child 26 700a68421116
Changed the name for zprocess to prepare_akcentiga
Makefile
asciiigi-utf8-akcenton
parse_text.c
--- 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
Binary file asciiigi-utf8-akcenton has changed
--- 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("</body></html>\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;