summaryrefslogtreecommitdiff
path: root/table11.c
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2008-09-11 19:56:43 -0700
committerAlan Coopersmith <alan.coopersmith@sun.com>2008-09-11 19:56:43 -0700
commit635b109d4940f2cf7dc15af92a4d279806697a82 (patch)
tree9d7f92d9d2f1412974b3c42936ed4e2fe5160e2f /table11.c
parentcadaa93b915458525abb4887b31d81905a1cd0aa (diff)
downloadxscope-635b109d4940f2cf7dc15af92a4d279806697a82.tar.gz
Convert more function declarations to ANSI C
Diffstat (limited to 'table11.c')
-rw-r--r--table11.c5
1 files changed, 1 insertions, 4 deletions
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;