pike.git/
lib/
master.pike.in
Branch:
Tag:
Non-build tags
All tags
No tags
2006-12-07
2006-12-07 09:41:14 by Henrik Grubbström (Grubba) <grubba@grubba.org>
54f7af1eb2cf1eae794804cb9d230a2f47ce1ec6 (
4
lines) (+
3
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Fix for trailing ones in backtrace identifiers.
Rev: lib/master.pike.in:1.389
6:
// Pike is distributed under GPL, LGPL and MPL. See the file COPYING // for more information. //
-
// $Id: master.pike.in,v 1.
388
2006/
11
/
04
19
:
08
:
24
nilsson
Exp $
+
// $Id: master.pike.in,v 1.
389
2006/
12
/
07
09
:
41
:
14
grubba
Exp $
#pike __REAL_VERSION__ //#pragma strict_types
3009:
while (sizeof (identify_stack)) { stuff = identify_stack[-1]; identify_stack = identify_stack[..<1];
+
if (!intp(ident[stuff])) continue; // Already identified.
if (objectp (stuff) || functionp (stuff) || programp (stuff)) ident[stuff]++; else if (arrayp (stuff)) {