|
@@ -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;
|