summaryrefslogtreecommitdiff
path: root/Build/source/texk/chktex/ChangeLog
diff options
context:
space:
mode:
authorHironobu Yamashita <h.y.acetaminophen@gmail.com>2021-07-13 10:59:14 +0000
committerHironobu Yamashita <h.y.acetaminophen@gmail.com>2021-07-13 10:59:14 +0000
commitd1e3a19375c44f7062e2acc0b74e960a7040fc8f (patch)
tree7ee148cf78f05af75349e5fdd5551dac34d159b4 /Build/source/texk/chktex/ChangeLog
parent64474c87a93ca01caa60f05d6ccebf4b0d8ca606 (diff)
pdftexdir, chktex: Avoid MSVC compiler error C2059 for regex/regexec.c
git-svn-id: svn://tug.org/texlive/trunk@59914 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/chktex/ChangeLog')
-rw-r--r--Build/source/texk/chktex/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/Build/source/texk/chktex/ChangeLog b/Build/source/texk/chktex/ChangeLog
index 46cb3e45174..2424c024905 100644
--- a/Build/source/texk/chktex/ChangeLog
+++ b/Build/source/texk/chktex/ChangeLog
@@ -1,5 +1,14 @@
2021-07-13 Hironobu Yamashita <h.y.acetaminophen@gmail.com>
+ * regex/regexec.c: Avoid MSVC compiler error.
+ -> error C2059: syntax error: ':'
+ MSVC does not allow empty expression for ternary
+ conditional operator (?:) which is a GNU C extension.
+ https://gcc.gnu.org/onlinedocs/gcc/Conditionals.html
+ https://stackoverflow.com/questions/3319075/
+
+2021-07-13 Hironobu Yamashita <h.y.acetaminophen@gmail.com>
+
* regex/regex_internal.h: sync with pdftexdir/regex 2017-02-16.
2017-03-27 Karl Berry <karl@freefriends.org>