Remove unused #ifdef statement in alloc_2.d

This commit is contained in:
Juan Jose Garcia Ripoll 2009-05-20 22:44:31 +02:00
parent 005d901521
commit 3b02b09ff6

View file

@ -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)
{