mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-04-27 19:50:44 -07:00
Add more symbols to src/c/symbols_list.h, and resolve associated conflicts.
This commit is contained in:
parent
757572ca7f
commit
f20736084b
19 changed files with 99 additions and 56 deletions
|
|
@ -74,7 +74,7 @@ cl_symbol_function(cl_object sym)
|
|||
else if (SYM_FUN(sym) == OBJNULL)
|
||||
FEundefined_function(sym);
|
||||
else if (sym->symbol.mflag)
|
||||
output = CONS(@'macro', SYM_FUN(sym));
|
||||
output = CONS(@'si::macro', SYM_FUN(sym));
|
||||
else
|
||||
output = SYM_FUN(sym);
|
||||
@(return output)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue