Skip to content

Commit

Permalink
Allow non-terminating macro chars in read-symbol-token
Browse files Browse the repository at this point in the history
  • Loading branch information
xrme committed May 24, 2024
1 parent d72be15 commit f1f5963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion level-1/l1-reader.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -2818,7 +2818,7 @@ initially NIL.")
(declare (fixnum attr))
(with-token-buffer (tb)
(if (or (= attr $CHT_ILL)
(logbitp $cht_macbit attr)
(= attr $cht_tmac)
(multiple-value-bind (escapes explicit-package nondots)
(%collect-xtoken tb stream firstch)
(declare (ignore nondots))
Expand Down

0 comments on commit f1f5963

Please sign in to comment.