From aa1c2ca808a267a5a3c372de5461c1f67f9a8869 Mon Sep 17 00:00:00 2001 From: Chih-Hung Hsieh Date: Fri, 4 Sep 2015 12:04:11 -0700 Subject: Replace some K&R function definitions with ansi-C definitions. Signed-off-by: Chih-Hung Hsieh Signed-off-by: Mark Wielaard --- libasm/asm_adduint8.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'libasm/asm_adduint8.c') diff --git a/libasm/asm_adduint8.c b/libasm/asm_adduint8.c index 30641b84..18b67ddf 100644 --- a/libasm/asm_adduint8.c +++ b/libasm/asm_adduint8.c @@ -48,9 +48,7 @@ int -UFCT(SIZE) (asmscn, num) - AsmScn_t *asmscn; - UTYPE(SIZE) num; +UFCT(SIZE) (AsmScn_t *asmscn, UTYPE(SIZE) num) { return INTUSE(FCT(SIZE)) (asmscn, (TYPE(SIZE)) num); } -- cgit v1.2.3