liberty-eiffel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Liberty Eiffel runtime C-code question


From: Hans Zwakenberg
Subject: Liberty Eiffel runtime C-code question
Date: Mon, 31 Jan 2022 13:23:07 +0100 (CET)

function se_deep_twin_trats() in deep_twin.c is defined as a function returning a void pointer:

void* se_deep_twin_trats(void) {
se_deep_twin_start_counter--;
if (se_deep_twin_start_counter == 0) {
se_hash_table_clear(se_deep_twin_memory);
}

where does it return that pointer?   I don't quite get it.  Is this a bug?

cheers
Hans

reply via email to

[Prev in Thread] Current Thread [Next in Thread]