summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2018-01-28 10:02:11 -0700
committerKarl Williamson <khw@cpan.org>2018-01-29 16:33:03 -0700
commit0b08cab0fc46a5f381ca18a451f55cf12c81d966 (patch)
tree516294b3147d650b5c4289b0355cf3e3a2c8daba /embed.fnc
parent7cf2d6c7983ca87681477f57869bf0779d8b2604 (diff)
downloadperl-0b08cab0fc46a5f381ca18a451f55cf12c81d966.tar.gz
Don't use variant_byte_number on MSVC6
See [perl #132766]
Diffstat (limited to 'embed.fnc')
-rw-r--r--embed.fnc2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed.fnc b/embed.fnc
index c21272dffb..e16c8a65f9 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -806,7 +806,7 @@ AndmoR |bool |is_utf8_invariant_string|NN const U8* const s \
AnidR |bool |is_utf8_invariant_string_loc|NN const U8* const s \
|STRLEN len \
|NULLOK const U8 ** ep
-#ifndef EBCDIC
+#if ! defined(EBCDIC) && ! defined USING_MSVC6
AniR |unsigned int|_variant_byte_number|PERL_UINTMAX_T word
#endif
#if defined(PERL_CORE) || defined(PERL_EXT)