Skip to content

Commit e8452c6

Browse files
forgot to uncomment gc
1 parent 104b854 commit e8452c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ulisp-esp32.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4900,7 +4900,7 @@ object *eval (object *form, object *env) {
49004900
EVAL:
49014901
yield();
49024902
// Enough space?
4903-
// if (Freespace <= WORKSPACESIZE>>4) gc(form, env);
4903+
if (Freespace <= WORKSPACESIZE>>4) gc(form, env);
49044904
// Escape
49054905
if (tstflag(ESCAPE)) { clrflag(ESCAPE); error2(NIL, PSTR("escape!"));}
49064906
if (!tstflag(NOESC)) testescape();
@@ -5689,7 +5689,7 @@ void setup () {
56895689
void repl (object *env) {
56905690
for (;;) {
56915691
randomSeed(micros());
5692-
// gc(NULL, env);
5692+
gc(NULL, env);
56935693
#if defined (printfreespace)
56945694
pint(Freespace, pserial);
56955695
#endif

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy