Skip to content

Commit

Permalink
Add pointer for the defaul value in the container struct
Browse files Browse the repository at this point in the history
  • Loading branch information
lizmat committed Jul 1, 2013
1 parent a9094aa commit ce81030
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vm/parrot/guts/container.h
Expand Up @@ -5,6 +5,7 @@ typedef struct {
PMC *of; /* Type of value. */
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. */
} Rakudo_ContainerDescriptor;

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

0 comments on commit ce81030

Please sign in to comment.