mirror of
https://github.com/cc65/cc65.git
synced 2025-08-10 04:25:21 +00:00
Remove tabs, fixed accidental insertion of stdio.h.
This commit is contained in:
@@ -201,7 +201,7 @@ static int Compare (const void* Key, const void* Entry)
|
||||
return strcmp ((const char*) Key, ((const TargetEntry*)Entry)->Name);
|
||||
}
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
|
||||
target_t FindTarget (const char* Name)
|
||||
/* Find a target by name and return the target id. TGT_UNKNOWN is returned if
|
||||
|
@@ -64,8 +64,8 @@ typedef enum {
|
||||
TGT_PLUS4,
|
||||
TGT_CBM510,
|
||||
TGT_CBM610,
|
||||
TGT_OSIC1P,
|
||||
TGT_PET,
|
||||
TGT_OSIC1P,
|
||||
TGT_PET,
|
||||
TGT_BBC,
|
||||
TGT_APPLE2,
|
||||
TGT_APPLE2ENH,
|
||||
@@ -76,7 +76,7 @@ typedef enum {
|
||||
TGT_NES,
|
||||
TGT_SUPERVISION,
|
||||
TGT_LYNX,
|
||||
TGT_SIM6502,
|
||||
TGT_SIM6502,
|
||||
TGT_SIM65C02,
|
||||
TGT_COUNT /* Number of target systems */
|
||||
} target_t;
|
||||
|
Reference in New Issue
Block a user