pike.git/
lib/
master.pike.in
Branch:
Tag:
Non-build tags
All tags
No tags
2004-02-08
2004-02-08 16:03:13 by Henrik Grubbström (Grubba) <grubba@grubba.org>
b440ab1e0f04324c639a48adc3a721e61ca23d0f (
8
lines) (+
6
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
--trace now also affects code started from the backend.
Rev: lib/master.pike.in:1.333
6:
// Pike is distributed under GPL, LGPL and MPL. See the file COPYING // for more information. //
-
// $Id: master.pike.in,v 1.
332
2004/
01
/
12
23
:
47
:
52
nilsson
Exp $
+
// $Id: master.pike.in,v 1.
333
2004/
02
/
08
16
:
03
:
13
grubba
Exp $
#pike __REAL_VERSION__
2575:
_error("Error: %s has no main().\n", argv[0]); ret=script->main(sizeof(argv),argv,env); };
-
predef::trace(trace);
+
// Disable traceing.
+
trace =
predef::trace(trace);
if (err) { handle_error (err); ret = 10;
2587:
if(ret >=0) exit([int]ret); _async=1;
+
// Reenable tracing.
+
trace = predef::trace(trace);
while(1) { mixed err=catch