]> git.sur5r.net Git - cc65/blobdiff - libsrc/cbm/c_clrch.s
Patch by Stefan Haubenthal: Remove __fastcall__ in comments and/or the
[cc65] / libsrc / cbm / c_clrch.s
index 7750fd8112d7b2518b19ecb1292e5ee70700a42d..d2ef11c601b57b79df908513037b814325f68c46 100644 (file)
@@ -1,11 +1,10 @@
 ;
 ; Ullrich von Bassewitz, 03.06.1999
 ;
-; void __fastcall__ cbm_k_clrch (void);
+; void cbm_k_clrch (void);
 ;
 
                .export         _cbm_k_clrch
         .import         CLRCH
 
 _cbm_k_clrch = CLRCH
-