This commit is contained in:
cozis
2021-11-02 16:41:56 +00:00
parent f351be78bb
commit 31b7cab2bf
4 changed files with 11 additions and 16 deletions
+1 -1
View File
@@ -546,7 +546,7 @@ static _Bool step(Runtime *runtime, Error *error)
{
// Variable not defined locally.
if(runtime->builtins)
if(runtime->builtins != NULL)
obj = Object_Select(runtime->builtins, key, runtime->heap, error);
if(obj == NULL)