]> git.sur5r.net Git - cc65/blobdiff - libsrc/mouse/mouse_buttons.s
Patch by Stefan Haubenthal: Remove __fastcall__ in comments and/or the
[cc65] / libsrc / mouse / mouse_buttons.s
index 7c8bbfe242e5d69475ce56499018d3badaa05431..459c0a8e614227579433a30de8d5a0fc792c3aa4 100644 (file)
@@ -1,7 +1,7 @@
 ;
 ; Ullrich von Bassewitz, 2003-12-30
 ;
-; unsigned char __fastcall__ mouse_buttons (void);
+; unsigned char mouse_buttons (void);
 ; /* Return a bit mask encoding the states of the mouse buttons. Use the
 ;  * MOUSE_BTN_XXX flags to decode a specific button.
 ;  */
@@ -10,5 +10,3 @@
         .include        "mouse-kernel.inc"
 
         _mouse_buttons  = mouse_buttons ; Call driver directly
-
-