Skip to content

Commit

Permalink
Make rust_shape.h agree with shape.rs about meaning of shape code #31.
Browse files Browse the repository at this point in the history
  • Loading branch information
graydon committed May 2, 2012
1 parent e0da0dd commit dc6c3a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rt/rust_shape.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit dc6c3a8

Please sign in to comment.