Microperl tweaks.
authorJarkko Hietaniemi <jhi@iki.fi>
Tue, 19 Dec 2000 18:35:07 +0000 (18:35 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Tue, 19 Dec 2000 18:35:07 +0000 (18:35 +0000)
p4raw-id: //depot/perl@8199

uconfig.h
uconfig.sh

index cee62b2..9a21350 100644 (file)
--- a/uconfig.h
+++ b/uconfig.h
 #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
index ceb285a..f6d64ae 100755 (executable)
@@ -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'