From beb5cd01dc68de7225916fafbd1ff2bb0bb338e5 Mon Sep 17 00:00:00 2001 From: Peter Breitenlohner Date: Mon, 24 Jun 2013 11:18:21 +0000 Subject: (u)pTeX: Reduce TL vs W32TeX diffs git-svn-id: svn://tug.org/texlive/trunk@30898 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/web2c/ptexdir/ChangeLog | 8 ++++++++ Build/source/texk/web2c/ptexdir/am/ptex.am | 2 -- Build/source/texk/web2c/ptexdir/kanji.h | 2 ++ Build/source/texk/web2c/uptexdir/ChangeLog | 4 ++++ Build/source/texk/web2c/uptexdir/kanji.h | 2 ++ 5 files changed, 16 insertions(+), 2 deletions(-) diff --git a/Build/source/texk/web2c/ptexdir/ChangeLog b/Build/source/texk/web2c/ptexdir/ChangeLog index 5bdeb759dad..2ac0a23339b 100644 --- a/Build/source/texk/web2c/ptexdir/ChangeLog +++ b/Build/source/texk/web2c/ptexdir/ChangeLog @@ -1,3 +1,11 @@ +2013-06-18 Peter Breitenlohner + + * am/ptex.am: Move PTEXENC_RULE to ../Makefile.am. + +2013-06-05 Peter Breitenlohner + + * kanji.h: Avoid redefinition of KANJI. + 2013-05-05 Hironori Kitagawa * ptex-base.ch: Fix a bug that KANJI info of the last char in \hbox diff --git a/Build/source/texk/web2c/ptexdir/am/ptex.am b/Build/source/texk/web2c/ptexdir/am/ptex.am index df637935298..9a4659e4035 100644 --- a/Build/source/texk/web2c/ptexdir/am/ptex.am +++ b/Build/source/texk/web2c/ptexdir/am/ptex.am @@ -29,8 +29,6 @@ pproglib = lib/libp.a # Rebuild $(pproglib) $(pproglib): $(KPATHSEA_DEPEND) ${srcdir}/lib/*.c cd lib && $(MAKE) $(AM_MAKEFLAGS) libp.a -## Rebuild libptexenc -@PTEXENC_RULE@ ## libkanji.a for pTeX and e-pTeX ## diff --git a/Build/source/texk/web2c/ptexdir/kanji.h b/Build/source/texk/web2c/ptexdir/kanji.h index e4fd2f0bd2b..9c8f43b8601 100644 --- a/Build/source/texk/web2c/ptexdir/kanji.h +++ b/Build/source/texk/web2c/ptexdir/kanji.h @@ -11,7 +11,9 @@ #define setintone(w,a) ((w).cint1=(a)) #endif +#ifndef KANJI #define KANJI +#endif #if !defined(WIN32) extern int sjisterminal; diff --git a/Build/source/texk/web2c/uptexdir/ChangeLog b/Build/source/texk/web2c/uptexdir/ChangeLog index 894314a29c5..b08858d3921 100644 --- a/Build/source/texk/web2c/uptexdir/ChangeLog +++ b/Build/source/texk/web2c/uptexdir/ChangeLog @@ -1,3 +1,7 @@ +2013-06-05 Peter Breitenlohner + + * kanji.h: Avoid redefinition of KANJI. + 2013-04-09 Peter Breitenlohner * uptrip/uptrip.diffs: Update for TL 2013. diff --git a/Build/source/texk/web2c/uptexdir/kanji.h b/Build/source/texk/web2c/uptexdir/kanji.h index a27b22f3c4b..8540869c5c7 100644 --- a/Build/source/texk/web2c/uptexdir/kanji.h +++ b/Build/source/texk/web2c/uptexdir/kanji.h @@ -11,7 +11,9 @@ #define setintone(w,a) ((w).cint1=(a)) #endif +#ifndef KANJI #define KANJI +#endif #if !defined(WIN32) extern int sjisterminal; -- cgit v1.2.3