diff --git a/lisp.c b/lisp.c index 6c792b7..f9b7477 100644 --- a/lisp.c +++ b/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;