index
:
APL9
front
APL for Plan 9
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apl9.h
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'apl9.h')
-rw-r--r--
apl9.h
1
1 files changed, 1 insertions, 0 deletions
diff --git a/apl9.h b/apl9.h
index f6c963c..30c5897 100644
--- a/
apl9.h
+++ b/
apl9.h
@@ -68,6 +68,7 @@ struct Function
struct Datum
{
datumTag tag;
+ int shy;
union {
Array *array;
Statement stmt;