mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-02-24 07:40:40 -08:00
The double quote reader allows the delimiter character to change.
This commit is contained in:
parent
8b3b57accf
commit
ffab94c003
1 changed files with 1 additions and 1 deletions
|
|
@ -566,7 +566,7 @@ read_constituent(cl_object in)
|
|||
static cl_object
|
||||
double_quote_reader(cl_object in, cl_object c)
|
||||
{
|
||||
read_string('"', in);
|
||||
read_string(CHAR_CODE(c), in);
|
||||
@(return copy_simple_string(cl_env.token))
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue