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, 10 insertions, 0 deletions
diff --git a/print/tex-xdvik/files/patch-texk-xdvik-encodings.h b/print/tex-xdvik/files/patch-texk-xdvik-encodings.h new file mode 100644 index 000000000000..be4b89291ebb --- /dev/null +++ b/print/tex-xdvik/files/patch-texk-xdvik-encodings.h @@ -0,0 +1,10 @@ +--- texk/xdvik/encodings.h.orig 2014-09-02 18:41:34.000000000 +0900 ++++ texk/xdvik/encodings.h 2015-01-31 21:02:18.000000000 +0900 +@@ -53,5 +53,7 @@ + extern Boolean is_hyphenchar(uint32_t unicode); + extern Boolean is_ideograph(uint32_t unicode); + ++extern uint32_t jis2unicode(wide_ubyte jis); ++ + #endif /* ENCODINGS_H_ */ + |