diff options
| author | Eli Zaretskii | 2011-08-15 20:47:25 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2011-08-15 20:47:25 +0300 |
| commit | 474a84653b4aa5a10b49af751c3008a4c582422c (patch) | |
| tree | 352c73a638573275b43ddd941bad2c6e6c7e9d9b /src/makefile.w32-in | |
| parent | 934eacb93d0b8340a3a8b478deaa6110a3de083f (diff) | |
| download | emacs-474a84653b4aa5a10b49af751c3008a4c582422c.tar.gz emacs-474a84653b4aa5a10b49af751c3008a4c582422c.zip | |
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.
Diffstat (limited to 'src/makefile.w32-in')
| -rw-r--r-- | src/makefile.w32-in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/makefile.w32-in b/src/makefile.w32-in index fd29dec9096..792b66b0e4f 100644 --- a/src/makefile.w32-in +++ b/src/makefile.w32-in | |||
| @@ -493,8 +493,6 @@ $(BLD)/atimer.$(O) : \ | |||
| 493 | 493 | ||
| 494 | $(BLD)/bidi.$(O) : \ | 494 | $(BLD)/bidi.$(O) : \ |
| 495 | $(SRC)/bidi.c \ | 495 | $(SRC)/bidi.c \ |
| 496 | $(SRC)/bidimirror.h \ | ||
| 497 | $(SRC)/biditype.h \ | ||
| 498 | $(SRC)/buffer.h \ | 496 | $(SRC)/buffer.h \ |
| 499 | $(CHARACTER_H) \ | 497 | $(CHARACTER_H) \ |
| 500 | $(CONFIG_H) \ | 498 | $(CONFIG_H) \ |