]> git.sur5r.net Git - cc65/blobdiff - libsrc/cbm/c_clall.s
Patch by Stefan Haubenthal: Remove __fastcall__ in comments and/or the
[cc65] / libsrc / cbm / c_clall.s
index b062c6ff38e8b4e3b68c9c277c68a462a84df4c0..e4d8646928a56b7b3849f1cd8154f3b56be58c5f 100644 (file)
@@ -1,7 +1,7 @@
 ;
 ; Ullrich von Bassewitz, 03.06.1999
 ;
-; void __fastcall__ cbm_clall (void);
+; void cbm_clall (void);
 ;
 
                .export         _cbm_clall
@@ -9,5 +9,3 @@
 
 
 _cbm_clall = CLALL
-
-