mirror of
https://github.com/samsonjs/sectorlisp.git
synced 2026-03-25 09:05:48 +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) {
|
||||
GetToken();
|
||||
#if QUOTES
|
||||
if (*g_token == '.') return ConsumeObject();
|
||||
if (*g_token == '\'') return AddList(GetQuote());
|
||||
#endif
|
||||
if (*g_token == ')') return NIL;
|
||||
|
|
|
|||
Loading…
Reference in a new issue