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:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user