From 635b109d4940f2cf7dc15af92a4d279806697a82 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Thu, 11 Sep 2008 19:56:43 -0700 Subject: Convert more function declarations to ANSI C --- table11.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'table11.c') diff --git a/table11.c b/table11.c index 63b2011..eaac5af 100644 --- a/table11.c +++ b/table11.c @@ -186,10 +186,7 @@ DefineEValue(type, value, name) associated value for each bit */ static void -DefineValues(type, value, length, ctype, name) - TYPE type; - long value; - char *name; +DefineValues(TYPE type, long value, short length, short ctype, char *name) { struct ValueListEntry *p; -- cgit v1.2.1