projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
0509a7b
)
Not that UVSIZE normally differs that much from IVSIZE...
Jarkko Hietaniemi [Tue, 14 Sep 1999 08:07:49 +0000 (08:07 +0000)]
p4raw-id: //depot/cfgperl@4147
perl.h
patch
|
blob
|
blame
|
history
diff --git
a/perl.h
b/perl.h
index
7b09171
..
27a9de9
100644
(file)
--- a/
perl.h
+++ b/
perl.h
@@
-1044,7
+1044,7
@@
Free_t Perl_mfree (Malloc_t where);
# define IVSIZE LONGSIZE
#endif
#define IV_DIG (BIT_DIGITS(IVSIZE * 8))
-#define UV_DIG (BIT_DIGITS(IVSIZE * 8))
+#define UV_DIG (BIT_DIGITS(UVSIZE * 8))
/*
* The macros INT2PTR and NUM2PTR are (despite their names)