mirror of
https://github.com/cc65/cc65.git
synced 2024-12-28 06:30:16 +00:00
removed fastcall from SetNewMode
This commit is contained in:
parent
74f622d9c6
commit
94e623165d
@ -46,7 +46,7 @@ void __fastcall__ BitOtherClip(void *proc1, void *proc2, char skipl,
|
||||
void __fastcall__ GraphicsString(char *myGfxString);
|
||||
|
||||
#ifdef __GEOS_CBM__
|
||||
void __fastcall__ SetNewMode(void);
|
||||
void SetNewMode(void);
|
||||
#endif
|
||||
|
||||
/* VIC colour constants */
|
||||
|
Loading…
Reference in New Issue
Block a user