mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-15 22:01:36 -08:00
Fix previous corrupt commit.
This commit is contained in:
parent
fd014c087b
commit
dd20362b96
1 changed files with 1 additions and 1 deletions
|
|
@ -1235,7 +1235,7 @@ static cl_object
|
|||
sharp_sharp_reader(cl_object in, cl_object c, cl_object d)
|
||||
{
|
||||
const cl_env_ptr the_env = ecl_process_env();
|
||||
cl_object pair;
|
||||
cl_object pair, value;
|
||||
|
||||
if (read_suppress)
|
||||
@(return Cnil)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue