Skip to content

Commit

Permalink
support generating PBC containing PMC-register keys
Browse files Browse the repository at this point in the history
  • Loading branch information
plobsing committed Mar 26, 2011
1 parent 23b323e commit 1372111
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pmc/key.pmc
Expand Up @@ -281,6 +281,7 @@ Called after the Key has been thawed: convert last PMC_NULL key to NULL.
switch (flags) {
case KEY_integer_FLAG | KEY_register_FLAG:
case KEY_string_FLAG | KEY_register_FLAG:
case KEY_pmc_FLAG | KEY_register_FLAG:
case KEY_integer_FLAG:
{
INTVAL i;
Expand Down

0 comments on commit 1372111

Please sign in to comment.