double_quote_reader(): Reference the discussion on ecls-list.
authorPhilipp Marek <philipp@marek.priv.at>
Sun, 27 Apr 2014 08:54:30 +0000 (10:54 +0200)
committerPhilipp Marek <philipp@marek.priv.at>
Sun, 27 Apr 2014 08:54:30 +0000 (10:54 +0200)
src/c/read.d

index b10e20e..314cc08 100644 (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)