Change 11982 by jhi@alpha on 2001/09/10 22:35:57
Switch PADOFFSET back to U32 both because of binary backward
compatibility and because Arthur seems to have been fixing the
problems with naughty integer-pointer casting.
Affected files ...
... //depot/perl/op.h#96 edit
Differences ...
==== //depot/perl/op.h#96 (text) ====
Index: perl/op.h
--- perl/op.h.~1~ Mon Sep 10 16:45:06 2001
+++ perl/op.h Mon Sep 10 16:45:06 2001
@@ -23,7 +23,7 @@
* which may or may not check number of children).
*/
-typedef UV PADOFFSET;
+typedef U32 PADOFFSET;
#define NOT_IN_PAD ((PADOFFSET) -1)
#ifdef DEBUGGING_OPS
End of Patch.