summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/mplibdir/ChangeLog
diff options
context:
space:
mode:
authorAkira Kakuto <kakuto@fuk.kindai.ac.jp>2019-03-06 15:44:21 +0000
committerAkira Kakuto <kakuto@fuk.kindai.ac.jp>2019-03-06 15:44:21 +0000
commitb655e1ef5e1ef5a7c7bac0b616c168ddd1bd8078 (patch)
tree5df0714adf75affb520464c60d38914d9e196795 /Build/source/texk/web2c/mplibdir/ChangeLog
parentc4f771a2be42ef7a46974bea88d0a71987280e77 (diff)
Avoid C1017 error in the case of MSC.
git-svn-id: svn://tug.org/texlive/trunk@50261 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/mplibdir/ChangeLog')
-rw-r--r--Build/source/texk/web2c/mplibdir/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/mplibdir/ChangeLog b/Build/source/texk/web2c/mplibdir/ChangeLog
index f2fb620efc4..cdcca76465f 100644
--- a/Build/source/texk/web2c/mplibdir/ChangeLog
+++ b/Build/source/texk/web2c/mplibdir/ChangeLog
@@ -1,3 +1,9 @@
+2019-03-06 Akira Kakuto <kakuto@w32tex.org>
+
+ * mp.w: Avoid C1017 error in the case of MSC.
+ The preprocessor macro #if INTEGER_TYPE == long
+ is OK in gcc, but gives C1017 error in MSC.
+
2019-01-28 Andreas Scherer <https://ascherer.github.io>
* mpost.w: TeXnical nitpicking.