summaryrefslogtreecommitdiff
path: root/apl9.h
diff options
context:
space:
mode:
Diffstat (limited to 'apl9.h')
-rw-r--r--apl9.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/apl9.h b/apl9.h
index 8b32141..3f592d9 100644
--- a/apl9.h
+++ b/apl9.h
@@ -158,7 +158,6 @@ struct Datum
struct Symbol
{
- int undefined;
Rune *name;
Datum *value;
Datum *(*getfn)(void);