diff --git a/src/c/alloc.d b/src/c/alloc.d index a9be0d9e5..48c6f919b 100644 --- a/src/c/alloc.d +++ b/src/c/alloc.d @@ -16,6 +16,15 @@ See file '../Copyright' for full details. */ +/******************************************************************************** + *** *** + *** IMPORTANT: This is obsolete code. The current garbage collector of ECL *** + *** is the Boehm-Weiser garbage collector and it is dealt with in *** + *** alloc_2.d *** + *** This file is kept here because of historical purposes, but also because *** + *** it might be useful in the future to implement another garbage collector *** + *** *** + ********************************************************************************/ /* Heap and Relocatable Area