mirror of
https://github.com/samsonjs/sectorlisp.git
synced 2026-04-27 14:57:41 +00:00
parent
3d19d8d9f2
commit
2f57156c34
1 changed files with 0 additions and 1 deletions
1
lisp.c
1
lisp.c
|
|
@ -202,7 +202,6 @@ int AddList(int x) {
|
||||||
int GetList(void) {
|
int GetList(void) {
|
||||||
GetToken();
|
GetToken();
|
||||||
#if QUOTES
|
#if QUOTES
|
||||||
if (*g_token == '.') return ConsumeObject();
|
|
||||||
if (*g_token == '\'') return AddList(GetQuote());
|
if (*g_token == '\'') return AddList(GetQuote());
|
||||||
#endif
|
#endif
|
||||||
if (*g_token == ')') return NIL;
|
if (*g_token == ')') return NIL;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue