diff options
| author | Chih-Hung Hsieh <[email protected]> | 2015-09-04 12:04:11 -0700 |
|---|---|---|
| committer | Mark Wielaard <[email protected]> | 2015-09-07 22:04:21 +0200 |
| commit | aa1c2ca808a267a5a3c372de5461c1f67f9a8869 (patch) | |
| tree | 099c81057ef43a2717c6549f05b09d785889377d /libasm/asm_addint8.c | |
| parent | 2ec957327cdfae6cee592a52958a9c937ea4b13c (diff) | |
Replace some K&R function definitions with ansi-C definitions.
Signed-off-by: Chih-Hung Hsieh <[email protected]>
Signed-off-by: Mark Wielaard <[email protected]>
Diffstat (limited to 'libasm/asm_addint8.c')
| -rw-r--r-- | libasm/asm_addint8.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libasm/asm_addint8.c b/libasm/asm_addint8.c index ec05b8da..bb7d40f2 100644 --- a/libasm/asm_addint8.c +++ b/libasm/asm_addint8.c @@ -51,9 +51,7 @@ int -FCT(SIZE) (asmscn, num) - AsmScn_t *asmscn; - TYPE(SIZE) num; +FCT(SIZE) (AsmScn_t *asmscn, TYPE(SIZE) num) { if (asmscn == NULL) return -1; |
