From 2aa0348e831318a7132271897c54636ff36e9c33 Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Mon, 10 Sep 2001 22:35:57 +0000 Subject: [PATCH] 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. p4raw-id: //depot/perl@11982 --- op.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/op.h b/op.h index 64ed3e5..85cd834 100644 --- a/op.h +++ b/op.h @@ -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 -- 2.7.4