diff options
Diffstat (limited to 'japanese/xvi-sjis/files/patch-xvi.h')
-rw-r--r-- | japanese/xvi-sjis/files/patch-xvi.h | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/japanese/xvi-sjis/files/patch-xvi.h b/japanese/xvi-sjis/files/patch-xvi.h deleted file mode 100644 index d9205edb3126..000000000000 --- a/japanese/xvi-sjis/files/patch-xvi.h +++ /dev/null @@ -1,25 +0,0 @@ ---- xvi.h.orig Wed Dec 18 20:50:06 2002 -+++ xvi.h Wed Dec 18 20:50:43 2002 -@@ -90,9 +90,9 @@ - * Functions which ANSI does not specify should - * be included in any standard header file. - */ -+#ifndef BSD386 /* ken */ - extern int chdir P((const char *path)); - extern char *getcwd P((char *, unsigned)); --#ifndef BSD386 /* ken */ - extern void sleep P((unsigned seconds)); - #endif - -@@ -151,11 +151,7 @@ - # else - # define KANJI_VER "jXvi K.Tsuchida" - # endif --# ifdef MSDOS - # define DEF_KCODE kc_SJIS --# else --# define DEF_KCODE kc_EUC --# endif - #else - # undef FEPCTRL - # undef KANJI_INDENT |