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)