summaryrefslogtreecommitdiffstats
path: root/otherlibs/unix/cst2constr.c
diff options
context:
space:
mode:
Diffstat (limited to 'otherlibs/unix/cst2constr.c')
-rw-r--r--otherlibs/unix/cst2constr.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/otherlibs/unix/cst2constr.c b/otherlibs/unix/cst2constr.c
index 8ce4fb7d4..59df66a93 100644
--- a/otherlibs/unix/cst2constr.c
+++ b/otherlibs/unix/cst2constr.c
@@ -15,11 +15,7 @@
#include <fail.h>
#include "cst2constr.h"
-value cst_to_constr(n, tbl, size, deflt)
- int n;
- int * tbl;
- int size;
- int deflt;
+value cst_to_constr(int n, int *tbl, int size, int deflt)
{
int i;
for (i = 0; i < size; i++)