Patch by Stefan Haubenthal: Remove __fastcall__ in comments and/or the
function description for functions that don't take any parameters. git-svn-id: svn://svn.cc65.org/cc65/trunk@5573 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -84,7 +84,7 @@ copy: lda (ptr1),y
|
||||
rts
|
||||
|
||||
;----------------------------------------------------------------------------
|
||||
; unsigned char __fastcall__ em_uninstall (void);
|
||||
; unsigned char em_uninstall (void);
|
||||
; /* Uninstall the currently loaded driver and return an error code.
|
||||
; * Note: This call does not free allocated memory.
|
||||
; */
|
||||
@@ -99,4 +99,3 @@ em_clear_ptr: ; External entry point
|
||||
|
||||
tax
|
||||
rts ; Return zero
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
;
|
||||
; Ullrich von Bassewitz, 2002-12-01
|
||||
;
|
||||
; void __fastcall__ em_commit (void);
|
||||
; void em_commit (void);
|
||||
; /* Commit changes in the memory window to extended storage. If the contents
|
||||
; * of the memory window have been changed, these changes may be lost if
|
||||
; * em_map, em_copyfrom or em_copyto are called without calling em_commit
|
||||
@@ -12,5 +12,3 @@
|
||||
.include "em-kernel.inc"
|
||||
|
||||
_em_commit = emd_commit ; Use driver entry
|
||||
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
;
|
||||
; Ullrich von Bassewitz, 2002-11-29
|
||||
;
|
||||
; unsigned char __fastcall__ em_unload (void);
|
||||
; unsigned char em_unload (void);
|
||||
; /* Unload the currently loaded driver. */
|
||||
|
||||
|
||||
@@ -28,4 +28,3 @@ no_driver:
|
||||
tax ; X = 0
|
||||
lda #EM_ERR_NO_DRIVER
|
||||
rts
|
||||
|
||||
|
||||
Reference in New Issue
Block a user