[slang-users] Access redefined function

Jörg Sommer joerg at alea.gnuu.de
Mon Aug 14 18:23:06 EDT 2006


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




More information about the slang-users-l mailing list