mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-04-22 09:40:38 -07:00
Cannot have variable declarations _after_ @-character
This commit is contained in:
parent
3ffbe63882
commit
163751a6d0
1 changed files with 2 additions and 1 deletions
|
|
@ -824,8 +824,9 @@ dir_recursive(cl_object pathname, cl_object directory)
|
|||
@)
|
||||
|
||||
@(defun ext::getcwd (&optional (change_d_p_d Cnil))
|
||||
cl_object output;
|
||||
@
|
||||
cl_object output = cl_parse_namestring(3, current_dir(), Cnil, Cnil);
|
||||
output = cl_parse_namestring(3, current_dir(), Cnil, Cnil);
|
||||
if (!Null(change_d_p_d)) {
|
||||
ECL_SETQ(@'*default-pathname-defaults*', output);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue