- Subject: [slang-users] Access redefined function
- From: Jörg Sommer <joerg@xxxxxxxxxxxx>
- Date: Mon, 14 Aug 2006 22:23:06 +0000 (UTC)
Hi,
is it somehow possible to access a redefined function?
define foo()
{
...
}
variable old_foo = &foo();
define foo()
{
...
@old_foo();
}
Bye, Jörg.
--
"UNIX was not designed to stop people from doing stupid things, because
that would also stop them from doing clever things."
-- Doug Gwyn
_______________________________________________
To unsubscribe, visit http://jedsoft.org/slang/mailinglists.html
[2006 date index]
[2006 thread index]
[Thread Prev] [Thread Next]
[Date Prev] [Date Next]