LUnix support tuning - plain ASCII and changed imports list

git-svn-id: svn://svn.cc65.org/cc65/trunk@1128 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
izydorst
2001-12-02 12:50:07 +00:00
parent 90ca5c1af9
commit e0c27701d0
2 changed files with 2 additions and 2 deletions

View File

@@ -112,7 +112,7 @@ void TgtTranslateInit (void)
case TGT_BBC: break;
case TGT_APPLE2: break;
case TGT_GEOS: break;
case TGT_LUNIX: Tab = CTPET; break;
case TGT_LUNIX: break;
default:
AbEnd ("Internal error: Target system unknown (%d)", Target);
}