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:
@@ -3,7 +3,7 @@
|
||||
;
|
||||
; Return the size of the largest free block on the heap.
|
||||
;
|
||||
; size_t __fastcall__ _heapmaxavail (void);
|
||||
; size_t _heapmaxavail (void);
|
||||
;
|
||||
;
|
||||
|
||||
@@ -74,4 +74,3 @@ __heapmaxavail:
|
||||
@L3: lda ptr2
|
||||
ldx ptr2+1
|
||||
rts
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
;
|
||||
; Return the amount of free memory on the heap.
|
||||
;
|
||||
; size_t __fastcall__ _heapmemavail (void);
|
||||
; size_t _heapmemavail (void);
|
||||
;
|
||||
;
|
||||
|
||||
@@ -76,6 +76,3 @@ __heapmemavail:
|
||||
lda ptr2
|
||||
|
||||
rts
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user