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 3181fcb..1502412 100644
--- a/
apl9.h
+++ b/
apl9.h
@@ -149,6 +149,7 @@ struct Datum
Operator operator;
int hybrid;
Rune *name;
+ Statement names;
};
};