Skip to content

Commit

Permalink
Add struct member for "is_dynamic" to be on the safe side
Browse files Browse the repository at this point in the history
  • Loading branch information
lizmat committed Aug 13, 2013
1 parent a379871 commit aa7c682
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vm/parrot/guts/container.h
Expand Up @@ -6,6 +6,7 @@ typedef struct {
INTVAL rw; /* Non-zero if we can write. */
STRING *name; /* The name of the container, if any. */
PMC *the_default; /* The default value if any. */
INTVAL *is_dynamic; /* The container is dynamically visible */
} Rakudo_ContainerDescriptor;

/* The Scalar class. Depends on P6opaque object layout. */
Expand Down

0 comments on commit aa7c682

Please sign in to comment.