mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-17 06:42:18 -08:00
Remove unused #ifdef statement in alloc_2.d
This commit is contained in:
parent
005d901521
commit
3b02b09ff6
1 changed files with 0 additions and 4 deletions
|
|
@ -197,10 +197,6 @@ ecl_alloc_object(cl_type t)
|
|||
}
|
||||
}
|
||||
|
||||
#ifdef make_cons
|
||||
#undef make_cons
|
||||
#endif
|
||||
|
||||
cl_object
|
||||
ecl_cons(cl_object a, cl_object d)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue