]> git.sur5r.net Git - cc65/blobdiff - libsrc/mouse/mouse_show.s
Patch by Stefan Haubenthal: Remove __fastcall__ in comments and/or the
[cc65] / libsrc / mouse / mouse_show.s
index 5cb905a061972a64c51d4ee7fd20a33da4c31a22..3941e9dc95b5860268da6dbd3f4b777759aeb3a1 100644 (file)
@@ -1,7 +1,7 @@
 ;
 ; Ullrich von Bassewitz, 2003-12-30
 ;
-; void __fastcall__ mouse_show (void);
+; void mouse_show (void);
 ; /* Show the mouse. See mouse_hide for more information. */
 ;
 
@@ -17,5 +17,3 @@
 @L1:   rts
 
 .endproc
-
-