projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb3b230
)
Oops. Change 27826 had an error in the definition of BGET_PADOFFSET().
author
Nicholas Clark
<nick@ccl4.org>
Mon, 17 Apr 2006 16:52:07 +0000
(16:52 +0000)
committer
Nicholas Clark
<nick@ccl4.org>
Mon, 17 Apr 2006 16:52:07 +0000
(16:52 +0000)
p4raw-id: //depot/perl@27874
ext/ByteLoader/bytecode.h
patch
|
blob
|
history
diff --git
a/ext/ByteLoader/bytecode.h
b/ext/ByteLoader/bytecode.h
index 0dceac4324bf150508b70bb61bfa8b926a7f2181..50198ece82b4158623671dd75514e4857de2fad4 100644
(file)
--- a/
ext/ByteLoader/bytecode.h
+++ b/
ext/ByteLoader/bytecode.h
@@
-25,8
+25,8
@@
typedef char *pvindex;
#define BGET_U16(arg) BGET_OR_CROAK(arg, U16)
#define BGET_I32(arg) BGET_OR_CROAK(arg, U32)
#define BGET_U32(arg) BGET_OR_CROAK(arg, U32)
-#define BGET_IV(arg) BGET_OR_CROAK(arg,
U
V)
-#define BGET_PADOFFSET(arg) BGET_OR_CROAK(arg,
UV
)
+#define BGET_IV(arg) BGET_OR_CROAK(arg,
I
V)
+#define BGET_PADOFFSET(arg) BGET_OR_CROAK(arg,
PADOFFSET
)
#define BGET_long(arg) BGET_OR_CROAK(arg, long)
#define BGET_OR_CROAK(arg, type) STMT_START { \