summary refs log tree commit diff
path: root/src/rt
diff options
context:
space:
mode:
authorGraydon Hoare <graydon@mozilla.com>2012-05-02 14:17:07 -0700
committerGraydon Hoare <graydon@mozilla.com>2012-05-02 14:36:04 -0700
commitdc6c3a8946981740f2f59c80bc259593c700fb46 (patch)
treee93374a5ba912ffe71447018b08dbb6577722e02 /src/rt
parente0da0dd4466844c778a632e9554216304f965875 (diff)
downloadrust-dc6c3a8946981740f2f59c80bc259593c700fb46.tar.gz
rust-dc6c3a8946981740f2f59c80bc259593c700fb46.zip
Make rust_shape.h agree with shape.rs about meaning of shape code #31.
Diffstat (limited to 'src/rt')
-rw-r--r--src/rt/rust_shape.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rt/rust_shape.h b/src/rt/rust_shape.h
index 64b1cd2deb8..5a972d97fc7 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;