Cannot have variable declarations _after_ @-character

This commit is contained in:
Juan Jose Garcia Ripoll 2008-10-25 00:29:21 +02:00
parent 3ffbe63882
commit 163751a6d0

View file

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