pike.git/
lib/
master.pike.in
Branch:
Tag:
Non-build tags
All tags
No tags
2001-03-14
2001-03-14 21:44:04 by Martin Stjernholm <mast@lysator.liu.se>
6e343b5ef838376fc6e250112ac2433dfc816b76 (
12
lines) (+
6
/-
6
)
[
Show
|
Annotate
]
Branch:
7.9
continue's out of catches works now.
Rev: lib/master.pike.in:1.147
1:
/* -*- Pike -*- *
-
* $Id: master.pike.in,v 1.
146
2001/03/
12
10
:
51
:
27
hubbe
Exp $
+
* $Id: master.pike.in,v 1.
147
2001/03/
14
21
:
44
:
04
mast
Exp $
* * Master-file for Pike. *
2052:
{ mixed tmp; string row;
-
// The continue's below jump wrong when this catch is here.. :P
-
//
if (mixed err=catch {
+
if (mixed err=catch {
tmp = trace[e]; if(stringp(tmp)) {
2153:
row = "Destructed object"; } }
-
//
}) {
-
//
row = sprintf("Error indexing backtrace line %d: %s (%O)!", e, err[0], err[1]);
-
//
}
+
}) {
+
row = sprintf("Error indexing backtrace line %d: %s (%O)!", e, err[0], err[1]);
+
}
frames += ({row + "\n"}); }