Repositories
/
ecl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2aa6f9
)
double_quote_reader(): Reference the discussion on ecls-list.
author
Philipp Marek
<philipp@marek.priv.at>
Sun, 27 Apr 2014 08:54:30 +0000
(10:54 +0200)
committer
Philipp Marek
<philipp@marek.priv.at>
Sun, 27 Apr 2014 08:54:30 +0000
(10:54 +0200)
src/c/read.d
patch
|
blob
|
blame
|
history
diff --git
a/src/c/read.d
b/src/c/read.d
index
b10e20e
..
314cc08
100644
(file)
--- a/
src/c/read.d
+++ b/
src/c/read.d
@@
-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)