diff options
author | Peter Mikkelsen <petermikkelsen10@gmail.com> | 2022-01-24 01:19:26 +0000 |
---|---|---|
committer | Peter Mikkelsen <petermikkelsen10@gmail.com> | 2022-01-24 01:19:26 +0000 |
commit | 65bae1869f1451253276e51fea5b808b38685bf9 (patch) | |
tree | 2f4f7382487cccbd47f6030e1999670ed044d646 /apl9.h | |
parent | eb8e19f2964a2b0803d644c4cc7e15a8201cd46f (diff) |
Prepare for Dops later
Diffstat (limited to 'apl9.h')
-rw-r--r-- | apl9.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -321,11 +321,13 @@ Array *fnSelfRef2(Array *, Array *); /* Monadic operators from operators.c */ Array *opEach(Datum *, Array *, Array *); Array *opSwitch(Datum *, Array *, Array *); +Array *opSelfReference1(Datum *, Array *, Array *); /* Dyadic operators from operators.c */ Array *opBind(Datum *, Datum *, Array *, Array *); Array *opAtop(Datum *, Datum *, Array *, Array *); Array *opOver(Datum *, Datum *, Array *, Array *); +Array *opSelfReference2(Datum *, Datum *, Array *, Array *); /* Dyadic functions from hybrids.c */ |