summaryrefslogtreecommitdiff
path: root/apl9.h
diff options
context:
space:
mode:
Diffstat (limited to 'apl9.h')
-rw-r--r--apl9.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/apl9.h b/apl9.h
index b19c686..cb71b2b 100644
--- a/apl9.h
+++ b/apl9.h
@@ -135,7 +135,7 @@ struct Datum
Function func;
Operator operator;
int hybrid;
- Symbol *symbol;
+ Rune *name;
};
};
@@ -251,6 +251,7 @@ Array *rundfn(Rune *, Datum *, Datum *, Array *, Array *);
Array *runtrain(Function *, int, Array *, Array *, Array *);
/* quadnames.c */
+void initquadnames(void);
Datum quadnamedatum(QuadnameDef);
/* error.c */