comment out debugging codes.
This commit is contained in:
parent
73fe640af3
commit
f632bc72bc
@ -51,17 +51,18 @@ PL_is_blob(term_t t, PL_blob_t **type)
|
|||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
void check_chain(void);
|
|
||||||
|
|
||||||
void check_chain(void) {
|
/* void check_chain(void); */
|
||||||
AtomEntry *ae, *old;
|
|
||||||
ae = SWI_Blobs;
|
/* void check_chain(void) { */
|
||||||
old = NULL;
|
/* AtomEntry *ae, *old; */
|
||||||
while (ae) {
|
/* ae = SWI_Blobs; */
|
||||||
old = ae;
|
/* old = NULL; */
|
||||||
ae = RepAtom(ae->NextOfAE);
|
/* while (ae) { */
|
||||||
}
|
/* old = ae; */
|
||||||
}
|
/* ae = RepAtom(ae->NextOfAE); */
|
||||||
|
/* } */
|
||||||
|
/* } */
|
||||||
|
|
||||||
static AtomEntry *
|
static AtomEntry *
|
||||||
lookupBlob(void *blob, size_t len, PL_blob_t *type)
|
lookupBlob(void *blob, size_t len, PL_blob_t *type)
|
||||||
|
Reference in New Issue
Block a user