From dc6c3a8946981740f2f59c80bc259593c700fb46 Mon Sep 17 00:00:00 2001 From: Graydon Hoare Date: Wed, 2 May 2012 14:17:07 -0700 Subject: [PATCH] Make rust_shape.h agree with shape.rs about meaning of shape code #31. --- src/rt/rust_shape.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rt/rust_shape.h b/src/rt/rust_shape.h index 64b1cd2deb89..5a972d97fc7b 100644 --- a/src/rt/rust_shape.h +++ b/src/rt/rust_shape.h @@ -58,7 +58,7 @@ const uint8_t SHAPE_STACK_FN = 26u; const uint8_t SHAPE_BARE_FN = 27u; const uint8_t SHAPE_TYDESC = 28u; const uint8_t SHAPE_SEND_TYDESC = 29u; -const uint8_t SHAPE_IFACE = 31u; +const uint8_t SHAPE_RPTR = 31u; #ifdef _LP64 const uint8_t SHAPE_PTR = SHAPE_U64;