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:
uz
2012-03-04 13:08:54 +00:00
parent bdeefe31e5
commit 285aaf8933
53 changed files with 65 additions and 169 deletions

View File

@@ -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

View File

@@ -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