summaryrefslogtreecommitdiff
path: root/op.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-09-10 22:35:57 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-09-10 22:35:57 +0000
commit2aa0348e831318a7132271897c54636ff36e9c33 (patch)
treed65de27ef75ff11680ff1df81ab7499bb3b4edbe /op.h
parente38fdfdb5f3ea685da12415b6241a1b1d3fecf90 (diff)
downloadperl-2aa0348e831318a7132271897c54636ff36e9c33.tar.gz
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
Diffstat (limited to 'op.h')
-rw-r--r--op.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/op.h b/op.h
index 64ed3e542f..85cd8340af 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