From: Jarkko Hietaniemi Date: Tue, 19 Dec 2000 18:35:07 +0000 (+0000) Subject: Microperl tweaks. X-Git-Tag: accepted/trunk/20130322.191538~33267 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3096c11e739bf04f467c4c9b724450d5b352700b;p=platform%2Fupstream%2Fperl.git Microperl tweaks. p4raw-id: //depot/perl@8199 --- diff --git a/uconfig.h b/uconfig.h index cee62b2..9a21350 100644 --- a/uconfig.h +++ b/uconfig.h @@ -2792,7 +2792,7 @@ #endif #define NVSIZE 8 /**/ #undef NV_PRESERVES_UV -#define NV_PRESERVES_UV_BITS define +#define NV_PRESERVES_UV_BITS 0 /* IVdf: * This symbol defines the format string used for printing a Perl IV diff --git a/uconfig.sh b/uconfig.sh index ceb285a..f6d64ae 100755 --- a/uconfig.sh +++ b/uconfig.sh @@ -185,7 +185,7 @@ d_munmap='undef' d_mymalloc='undef' d_nice='undef' d_nv_preserves_uv='undef' -d_nv_preserves_uv_bits='define' +d_nv_preserves_uv_bits='0' d_off64_t='undef' d_old_pthread_create_joinable='undef' d_oldpthreads='undef'