- Subject: [slang-users] autoload loads two times
- From: Jörg Sommer <joerg@xxxxxxxxxxxx>
- Date: Tue, 25 Jul 2006 17:33:42 +0000 (UTC)
Hi,
can someone explain why the stkcheck file is loaded two times?
#v+
!if ( is_defined("enable_stack_check") )
autoload("enable_stack_check", "stkcheck");
try
{
message(string(_featurep("stkcheck")));
enable_stack_check();
message(string(_featurep("stkcheck")));
}
catch OpenError: {}
#v-
#v+
% xjed -batch -l /tmp/bug.sl -l /tmp/bug.sl
loading /tmp/bug.sl
0
loading /usr/share/jed/jed-extra/stkcheck.slc
loading /tmp/bug.sl
0
loading /usr/share/jed/jed-extra/stkcheck.slc
#v-
Jörg.
--
Wer A sagt, muß nicht B sagen. Er kann auch erkennen, daß A falsch war.
(Erich Kästner)
_______________________________________________
To unsubscribe, visit http://jedsoft.org/slang/mailinglists.html
[2006 date index]
[2006 thread index]
[Thread Prev] [Thread Next]
[Date Prev] [Date Next]