Variables have to appear before the @ symbol.

This commit is contained in:
jgarcia 2008-05-06 07:45:31 +00:00
parent ea29c5b761
commit a11873f2ce

View file

@ -261,8 +261,8 @@ ecl_keywordp(cl_object s)
}
@(defun get (sym indicator &optional deflt)
@
cl_object *plist = ecl_symbol_plist(sym);
@
@(return ecl_getf(*plist, indicator, deflt))
@)