]> git.sur5r.net Git - cc65/blobdiff - libsrc/tgi/tgi_geterror.s
Patch by Stefan Haubenthal: Remove __fastcall__ in comments and/or the
[cc65] / libsrc / tgi / tgi_geterror.s
index c2426158bf514f312254b800811273f93decd156..c34b08ba9432990bb5e55874bcd69ba33001f82d 100644 (file)
@@ -1,7 +1,7 @@
 ;
 ; Ullrich von Bassewitz, 21.06.2002
 ;
-; unsigned char __fastcall__ tgi_geterror (void);
+; unsigned char tgi_geterror (void);
 ; /* Return the error code for the last operation. This will also clear the
 ;  * error.
 ;  */
@@ -22,4 +22,3 @@
 @L2:    rts
 
 .endproc
-