summaryrefslogtreecommitdiff
path: root/regexec.c
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2020-11-20 23:31:23 -0800
committerTakashi Kokubun <takashikkbn@gmail.com>2020-11-20 23:39:30 -0800
commit27d5af59a359909e0d434459c30cfc0940f60a5b (patch)
tree307c856a482efc27a8f61e9187b731cde669fa62 /regexec.c
parentd645f18f0fd6b9bd5373ef99b95b04b29f73472b (diff)
Unify some confusing macro usages
_MSC_VER used to be the macro to switch JIT compaction. However, since d4381d2ceb, the correct macro to switch it was changed from _MSC_VER to _WIN32. As I didn't properly replace all relevant _MSC_VER usages to _WIN32, these macros have been used inconsistently. nobu replaced _WIN32 with USE_HEADER_TRANSFORMATION in 5eb446d12f3. Therefore we had USE_HEADER_TRANSFORMATION and _MSC_VER. This commit makes sure such inconsistent _MSC_VER usages will be unified to the new header, also renaming it to USE_JIT_COMPACTION to be more precise about the requirements. The header transformation itself is not quite relevant to places changed in this commit.
Diffstat (limited to 'regexec.c')
0 files changed, 0 insertions, 0 deletions