From e195d66a333102924bae452ba09dc20cba4e96e6 Mon Sep 17 00:00:00 2001 From: Peter Mikkelsen Date: Wed, 9 Feb 2022 13:08:12 +0000 Subject: Since symbols now have pointers to their values, we don't need the symbol.undefined field anymore --- apl9.h | 1 - 1 file changed, 1 deletion(-) (limited to 'apl9.h') 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); -- cgit v1.2.3