Fix
This commit is contained in:
@@ -227,7 +227,7 @@ static void SetSys (const char* Sys)
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case TGT_C65:
|
case TGT_C65:
|
||||||
CBMSystem("__C65__");
|
CBMSystem ("__C65__");
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case TGT_VIC20:
|
case TGT_VIC20:
|
||||||
|
|||||||
@@ -746,7 +746,6 @@ static void OptVerbose (const char* Opt attribute ((unused)),
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
static void OptVersion (const char* Opt attribute ((unused)),
|
static void OptVersion (const char* Opt attribute ((unused)),
|
||||||
const char* Arg attribute ((unused)))
|
const char* Arg attribute ((unused)))
|
||||||
/* Print the compiler version */
|
/* Print the compiler version */
|
||||||
|
|||||||
Reference in New Issue
Block a user