diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2008-09-11 19:56:43 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2008-09-11 19:56:43 -0700 |
commit | 635b109d4940f2cf7dc15af92a4d279806697a82 (patch) | |
tree | 9d7f92d9d2f1412974b3c42936ed4e2fe5160e2f /table11.c | |
parent | cadaa93b915458525abb4887b31d81905a1cd0aa (diff) |
Convert more function declarations to ANSI Cxscope-1.1
Diffstat (limited to 'table11.c')
-rw-r--r-- | table11.c | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -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; |