Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lennart-augustsson-epicgames committed Feb 25, 2024
1 parent 72a1a2f commit e2faf67
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/runtime/eval.c
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,8 @@ alloc_node(enum node_tag t)
heapoffs_t pos;
NODEPTR n;

#if SANITY
#if 1
/* This can happen if we run out of memory when parsing. */
if (num_free <= 0)
ERR("alloc_node");
#endif
Expand Down

0 comments on commit e2faf67

Please sign in to comment.