summaryrefslogtreecommitdiff
path: root/apl9.h
diff options
context:
space:
mode:
authorPeter Mikkelsen <petermikkelsen10@gmail.com>2022-02-22 11:15:02 +0000
committerPeter Mikkelsen <petermikkelsen10@gmail.com>2022-02-22 11:15:02 +0000
commit9ce53480b3cc3f85e16fe9cbe4eb3d8df4f6dbdb (patch)
tree5ec470ed1af4506f9a4728ff369a831b4d7bb10f /apl9.h
parentdf6c3247c40b05266894d45136dc64f96b0cbac9 (diff)
Also use lexical scoping for operators
Diffstat (limited to 'apl9.h')
-rw-r--r--apl9.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apl9.h b/apl9.h
index 2cf0069..d8afcb1 100644
--- a/apl9.h
+++ b/apl9.h
@@ -133,6 +133,7 @@ struct Operator
int code;
Rune *dop;
};
+ DfnFrame *scope;
Datum *left;
Datum *right;
};