summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/otps
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/otps')
-rw-r--r--Build/source/texk/web2c/otps/ChangeLog11
1 files changed, 6 insertions, 5 deletions
diff --git a/Build/source/texk/web2c/otps/ChangeLog b/Build/source/texk/web2c/otps/ChangeLog
index a7d4ef8524c..fae1aa2dc95 100644
--- a/Build/source/texk/web2c/otps/ChangeLog
+++ b/Build/source/texk/web2c/otps/ChangeLog
@@ -1,10 +1,11 @@
2021-08-06 Hironobu Yamashita <h.y.acetaminophen@gmail.com>
- * Avoid MSVC compiler errors (adapted from W32TeX patch).
- - otp-parser.c(118) : error C2365: 'INPUT' :
- redefinition; previous definition was 'Typedef'
- - otp-parser.c(118) : error C2086: 'yytokentype INPUT' :
- redefinition
+ * otp-lexer.l, otp-parser.y: Avoid MSVC compiler errors
+ (adapted from W32TeX patch).
+ - otp-parser.c(118) : error C2365: 'INPUT' :
+ redefinition; previous definition was 'Typedef'
+ - otp-parser.c(118) : error C2086: 'yytokentype INPUT' :
+ redefinition
2015-07-07 Peter Breitenlohner <peb@mppmu.mpg.de>