Skip to content

Commit dc6c3a8

Browse files
committed
Make rust_shape.h agree with shape.rs about meaning of shape code #31.
1 parent e0da0dd commit dc6c3a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rt/rust_shape.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ const uint8_t SHAPE_STACK_FN = 26u;
5858
const uint8_t SHAPE_BARE_FN = 27u;
5959
const uint8_t SHAPE_TYDESC = 28u;
6060
const uint8_t SHAPE_SEND_TYDESC = 29u;
61-
const uint8_t SHAPE_IFACE = 31u;
61+
const uint8_t SHAPE_RPTR = 31u;
6262

6363
#ifdef _LP64
6464
const uint8_t SHAPE_PTR = SHAPE_U64;

0 commit comments

Comments
 (0)