Change bool type to i8

This commit is contained in:
Christian Kamm
2008-09-20 10:13:15 +02:00
parent a81a6367b4
commit 4b02533745
7 changed files with 29 additions and 26 deletions

View File

@@ -153,9 +153,6 @@ void DtoArrayInit(Loc& loc, DValue* array, DValue* value)
switch (arrayelemty->ty)
{
case Tbool:
funcname = "_d_array_init_i1";
break;
case Tvoid:
case Tchar:
case Tint8: