From 65bae1869f1451253276e51fea5b808b38685bf9 Mon Sep 17 00:00:00 2001 From: Peter Mikkelsen Date: Mon, 24 Jan 2022 01:19:26 +0000 Subject: Prepare for Dops later --- apl9.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apl9.h') diff --git a/apl9.h b/apl9.h index aaa8d87..092c8ce 100644 --- a/apl9.h +++ b/apl9.h @@ -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 */ -- cgit v1.2.3