]> git.sur5r.net Git - cc65/blobdiff - libsrc/tgi/tgi_getxres.s
Patch by Stefan Haubenthal: Remove __fastcall__ in comments and/or the
[cc65] / libsrc / tgi / tgi_getxres.s
index 62f828c609168a4bd5a5fa9249a8aff1afa7e958..4636b900a4f7196487f4955a6287fcf844a2eb31 100644 (file)
@@ -1,7 +1,7 @@
 ;
 ; Ullrich von Bassewitz, 21.06.2002
 ;
-; unsigned __fastcall__ tgi_getxres (void);
+; unsigned tgi_getxres (void);
 ; /* Return the resolution in X direction */
 
 
@@ -14,4 +14,3 @@
         rts
 
 .endproc
-