Skip to content

Commit

Permalink
Merge pull request #77 from klickverbot/allow-bool-aa-keys
Browse files Browse the repository at this point in the history
Allow bool as type for AA keys.
  • Loading branch information
WalterBright committed Jun 5, 2011
2 parents 1d865ec + b016286 commit a2d201d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/mtype.c
Expand Up @@ -3992,7 +3992,6 @@ printf("index->ito->ito = x%x\n", index->ito->ito);

switch (index->toBasetype()->ty)
{
case Tbool:
case Tfunction:
case Tvoid:
case Tnone:
Expand Down

0 comments on commit a2d201d

Please sign in to comment.