Fixed (possibly): garbage collection issue with ECLiPSe-CLP.
When NO_GC is defined before including memory.h, normal malloc() is used instead of GC_MALLOC(). It looks like it's enough if ec_interface.c and thus libEclipseESBL doesn't use Boehm GC; libESBL may still do.
Loading
Please register or sign in to comment