Export/rename init function
git-svn-id: svn://svn.cc65.org/cc65/trunk@326 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -96,8 +96,8 @@ static const unsigned char* Tab = 0;
|
||||
|
||||
|
||||
|
||||
void InitTarget (void)
|
||||
/* Initialize the target and the translation tables */
|
||||
void TgtTranslateInit (void)
|
||||
/* Initialize the translation tables */
|
||||
{
|
||||
switch (Target) {
|
||||
case TGT_NONE: break;
|
||||
|
||||
Reference in New Issue
Block a user