- add debugging code to memory allocation
= atom to number: cleanup function name as this is more than just supporting SWI - SrcMask only applies to rules. - add auxiliary type/error function - fix typos - fix enumeration mode in current_flag - get rid of TrueName routines, use AbsoluteFileName instead. - detail synatx error source
This commit is contained in:
7
C/init.c
7
C/init.c
@@ -1028,13 +1028,6 @@ static void InitLogDBErasedMarker(void) {
|
||||
INIT_CLREF_COUNT(LogDBErasedMarker);
|
||||
}
|
||||
|
||||
static void InitSWIAtoms(void) {
|
||||
MaxAtomTranslations = N_SWI_ATOMS;
|
||||
MaxFunctorTranslations = N_SWI_FUNCTORS;
|
||||
SWI_Atoms = (Atom *)malloc(sizeof(Atom) * MaxAtomTranslations);
|
||||
SWI_Functors = (Functor *)malloc(sizeof(Functor) * 2 * N_SWI_ATOMS);
|
||||
}
|
||||
|
||||
static void InitEmptyWakeups(void) {}
|
||||
|
||||
static void InitAtoms(void) {
|
||||
|
Reference in New Issue
Block a user