diff options
Diffstat (limited to 'print/tex-xdvik/files/patch-texk-xdvik-encodings.h')
-rw-r--r-- | print/tex-xdvik/files/patch-texk-xdvik-encodings.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/print/tex-xdvik/files/patch-texk-xdvik-encodings.h b/print/tex-xdvik/files/patch-texk-xdvik-encodings.h deleted file mode 100644 index ad19efdbb56c..000000000000 --- a/print/tex-xdvik/files/patch-texk-xdvik-encodings.h +++ /dev/null @@ -1,10 +0,0 @@ ---- texk/xdvik/encodings.h.orig 2004-11-01 23:15:22 UTC -+++ texk/xdvik/encodings.h -@@ -53,5 +53,7 @@ extern int str_iso_8859_1_to_utf8(const - extern Boolean is_hyphenchar(uint32_t unicode); - extern Boolean is_ideograph(uint32_t unicode); - -+extern uint32_t jis2unicode(wide_ubyte jis); -+ - #endif /* ENCODINGS_H_ */ - |