From: Scott Hutter Date: Sun, 30 Dec 2018 17:33:45 +0000 (-0600) Subject: removed fastcall from SetNewMode X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=94e623165dc3fb5b4ca01a8c3e2ca3d3d8e6491f;p=cc65 removed fastcall from SetNewMode --- diff --git a/include/geos/ggraph.h b/include/geos/ggraph.h index 642bd85ce..eb3ff81da 100644 --- a/include/geos/ggraph.h +++ b/include/geos/ggraph.h @@ -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 */