double_quote_reader(): Reference the discussion on ecls-list.

This commit is contained in:
Philipp Marek 2014-04-27 10:54:30 +02:00
parent d2aa6f957e
commit 4cb3d7c17b

View file

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