pike.git/
lib/
master.pike.in
Branch:
Tag:
Non-build tags
All tags
No tags
1999-12-06
1999-12-06 21:59:37 by Henrik Grubbström (Grubba) <grubba@grubba.org>
d4fd0a070eb5742c37c9fa1bde9ccc918ed0404a (
7
lines) (+
5
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Some minor changes in describe_backtrace() handling.
Rev: lib/master.pike.in:1.80
1:
/* -*- Pike -*- *
-
* $Id: master.pike.in,v 1.
79
1999/12/
05
21:
27
:
44
grubba Exp $
+
* $Id: master.pike.in,v 1.
80
1999/12/
06
21:
59
:
37
grubba Exp $
* * Master-file for Pike. *
17:
#define BT_MAX_STRING_LEN 200 #endif /* !defined(BT_MAX_STRING_LEN) || (BT_MAX_STRING_LEN <= 0) */
+
constant bt_max_string_len = BT_MAX_STRING_LEN;
+
/* * Functions begin here. */
1416:
{ int e; string ret;
-
int backtrace_len=((int)getenv("PIKE_BACKTRACE_LEN")) ||
BT
_
MAX
_
STRING
_
LEN
;
+
int backtrace_len=((int)getenv("PIKE_BACKTRACE_LEN")) ||
bt
_
max
_
string
_
len
;
if(!linewidth)