diff --git a/src/vm/parrot/guts/container.h b/src/vm/parrot/guts/container.h index 2175798489e..f86b619f9db 100644 --- a/src/vm/parrot/guts/container.h +++ b/src/vm/parrot/guts/container.h @@ -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. */