]> git.sur5r.net Git - cc65/blobdiff - libsrc/cbm/c_untlk.s
4510 support for da65: fixed docs and Makefile for testcase.
[cc65] / libsrc / cbm / c_untlk.s
index b45997bb3547e73fa9b27fe4e997b6522faca5ea..1d71c168b5477ccfbe4098fea956bb7963f58de6 100644 (file)
@@ -1,13 +1,11 @@
 ;
 ; Ullrich von Bassewitz, 03.06.1999
 ;
-; void __fastcall__ cbm_untlk (void);
+; void cbm_untlk (void);
 ;
 
-               .export         _cbm_untlk
+        .export         _cbm_untlk
         .import         UNTLK
 
 
 _cbm_untlk = UNTLK
-
-