what is the best way to determine the name of the function being run when in a c module?
I'm using
name = ID_FROM_INT(Pike_fp->current_object->prog, Pike_fp-
fun)->name;
when calling non-constant functions, but that doesn't seem to work when the function being called was added using add_function_constant().
any suggestions?
Bill