mirror of
https://github.com/cc65/cc65.git
synced 2025-01-10 19:29:45 +00:00
Remove tabs, fixed accidental insertion of stdio.h.
This commit is contained in:
parent
fc237faba7
commit
de3df033d3
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user