mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2025-12-06 02:40:26 -08:00
double_quote_reader(): Reference the discussion on ecls-list.
This commit is contained in:
parent
d2aa6f957e
commit
4cb3d7c17b
1 changed files with 2 additions and 0 deletions
|
|
@ -537,6 +537,8 @@ double_quote_reader(cl_object in, cl_object c)
|
|||
ecl_string_push_extend(token, c);
|
||||
}
|
||||
|
||||
/* Must be kept a (SIMPLE-ARRAY CHARACTERS (*)), see
|
||||
* http://sourceforge.net/p/ecls/mailman/message/32272388/ */
|
||||
output = cl_copy_seq(token);
|
||||
si_put_buffer_string(token);
|
||||
@(return output)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue