Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Sync storage_spec.h with NQP one.
  • Loading branch information
jnthn committed Jul 24, 2013
1 parent 07a1de5 commit e9a8263
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/vm/parrot/guts/storage_spec.h
Expand Up @@ -24,6 +24,9 @@ typedef struct {

/* The types that this one can box/unbox to. */
INTVAL can_box;

/* For ints, whether it's an usigned value. */
INTVAL is_unsigned;
} storage_spec;

/* Inlined or not. */
Expand Down

0 comments on commit e9a8263

Please sign in to comment.