summaryrefslogtreecommitdiff
path: root/apl9.h
diff options
context:
space:
mode:
Diffstat (limited to 'apl9.h')
-rw-r--r--apl9.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/apl9.h b/apl9.h
index 99f9f98..bfb4d99 100644
--- a/apl9.h
+++ b/apl9.h
@@ -188,7 +188,6 @@ struct Symtab
int nsyms;
int io; /* index origin */
int div; /* division method */
- uvlong refs;
Symtab *chain;
Symbol **syms;
};
@@ -328,7 +327,7 @@ void freeerrorguards(ErrorGuard *);
void freeerrorguard(ErrorGuard *);
/* functions.c */
-Array *runfunc(Function, Array *,Array *);
+Array *runfunc(Function, Array *, Array *);
Array *rundfn(Rune *, Datum *, Datum *, Array *, Array *);
Array *runtrain(Function *, int, Array *, Array *, Array *);