Skip to content

Commit 64dfd89

Browse files
1 parent d2b2fc4 commit 64dfd89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ulisp.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Adafruit_ST7789 tft = Adafruit_ST7789(TFT_CS, TFT_DC, MOSI, SCK, TFT_RST);
103103
#define tstflag(x) (Flags & 1<<(x))
104104

105105
#define issp(x) (x == ' ' || x == '\n' || x == '\r' || x == '\t')
106-
#define isbr(x) (x == ')' || x == '(' || x == '"' || x == '#')
106+
#define isbr(x) (x == ')' || x == '(' || x == '"' || x == '#' || x == '\'')
107107
#define longsymbolp(x) longnamep((x)->name)
108108
#define longnamep(x) (((x) & 0x03) == 0)
109109
#define arraysize(x) (sizeof(x) / sizeof(x[0]))

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