فهرست منبع

Remove broken dot parsing in C code

Fixes #13
Justine Tunney 3 سال پیش
والد
کامیت
2f57156c34
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  1. 0 1
      lisp.c

+ 0 - 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;