Use uniprop tables instead of biditype.h and bidimirror.h.
authorEli Zaretskii <eliz@gnu.org>
Mon, 15 Aug 2011 17:47:25 +0000 (20:47 +0300)
committerEli Zaretskii <eliz@gnu.org>
Mon, 15 Aug 2011 17:47:25 +0000 (20:47 +0300)
commit474a84653b4aa5a10b49af751c3008a4c582422c
tree352c73a638573275b43ddd941bad2c6e6c7e9d9b
parent934eacb93d0b8340a3a8b478deaa6110a3de083f
Use uniprop tables instead of biditype.h and bidimirror.h.

 src/bidi.c (bidi_initialize): Use uniprop_table instead of including
 biditype.h and bidimirror.h.
 src/biditype.h: File removed.
 src/bidimirror.h: File removed.
 src/deps.mk (bidi.o): Remove biditype.h and
 bidimirror.h.
 src/makefile.w32-in ($(BLD)/bidi.$(O)): Remove biditype.h and
 bidimirror.h.
 src/dispextern.h: Fix a typo in the comment to bidi_type_t.
 src/chartab.c: Improve commentary for the uniprop_table API.

 admin/unidata/bidimirror.awk: File removed.
 admin/unidata/biditype.awk: File removed.
 admin/unidata/makefile.w32-in (all): Remove src/biditype.h and
 src/bidimirror.h.
 (../../src/biditype.h, ../../src/bidimirror.h): Deleted.
 admin/unidata/Makefile.in (all): Remove src/biditype.h and
 src/bidimirror.h.
 (../../src/biditype.h, ../../src/bidimirror.h): Deleted.
13 files changed:
admin/ChangeLog
admin/unidata/Makefile.in
admin/unidata/bidimirror.awk [deleted file]
admin/unidata/biditype.awk [deleted file]
admin/unidata/makefile.w32-in
src/ChangeLog
src/bidi.c
src/bidimirror.h [deleted file]
src/biditype.h [deleted file]
src/chartab.c
src/deps.mk
src/dispextern.h
src/makefile.w32-in