blob: f714e2557fbd488fef92343110834a0ed27aa6e1 (
plain)
1
2
3
4
|
Apparently run a function in a higher stack frame; like Tcl's
uplevel() function, but not quite so dangerous. The idea is just
to fool caller(). All the really naughty bits of Tcl's uplevel()
are avoided.
|