summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/uptexdir/kanji.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/uptexdir/kanji.h')
-rw-r--r--Build/source/texk/web2c/uptexdir/kanji.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/uptexdir/kanji.h b/Build/source/texk/web2c/uptexdir/kanji.h
index 2de3bd16682..8206f72f83e 100644
--- a/Build/source/texk/web2c/uptexdir/kanji.h
+++ b/Build/source/texk/web2c/uptexdir/kanji.h
@@ -51,6 +51,11 @@ extern void init_default_kanji (const_string file_str, const_string internal_str
#define putc(c,fp) putc2(c,fp)
#endif /* !PRESERVE_PUTC */
+#ifndef PRESERVE_FPUTS
+#undef fputs
+#define fputs(c,fp) fputs2(c,fp)
+#endif /* !PRESERVE_FPUTS */
+
#ifdef UPBIBTEX
#define inputline2(fp,buff,pos,size,ptr) input_line2(fp,buff,pos,size,ptr)
#else