pike.git/
src/
interpret.c
Branch:
Tag:
Non-build tags
All tags
No tags
2003-10-20
2003-10-20 14:59:42 by Marcus Comstedt <marcus@mc.pp.se>
4d073d78008c22ce880958ba913e53ea3ffade80 (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
7.9
file is not a shared string anymore in gdb_backtrace...
Rev: src/interpret.c:1.336
2:
|| This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information.
-
|| $Id: interpret.c,v 1.
335
2003/10/20
13
:
11
:
22
mast
Exp $
+
|| $Id: interpret.c,v 1.
336
2003/10/20
14
:
59
:
42
marcus
Exp $
*/ #include "global.h"
-
RCSID("$Id: interpret.c,v 1.
335
2003/10/20
13
:
11
:
22
mast
Exp $");
+
RCSID("$Id: interpret.c,v 1.
336
2003/10/20
14
:
59
:
42
marcus
Exp $");
#include "interpret.h" #include "object.h" #include "program.h"
2518:
struct program *p = arg->u.program; if (p->num_linenumbers) { file = low_get_program_line_plain (p, &line, 0);
-
fprintf (stderr, "program(%s:%d)", file
->str
, line);
+
fprintf (stderr, "program(%s:%d)", file, line);
} else fputs ("program", stderr);