Thomas Duffey - 2001-06-02

Logged In: YES
user_id=16992

More precisely, any "compound" function call seems to only
report the innermost function call. So, something like:

doNothing(doNothing(doSomething()));

reports doSomething() called three times!!