pike.git/
src/
program.h
Branch:
Tag:
Non-build tags
All tags
No tags
2008-05-31
2008-05-31 16:21:30 by Henrik Grubbström (Grubba) <grubba@grubba.org>
4266cea5ef48d8158cc1eb402ef51d54d291eb35 (
5
lines) (+
4
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Added get_identifier_line().
Rev: src/program.c:1.714
Rev: src/program.h:1.250
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: program.h,v 1.
249
2008/05/
29
16:
28
:
27
grubba Exp $
+
|| $Id: program.h,v 1.
250
2008/05/
31
16:
21
:
30
grubba Exp $
*/ #ifndef PROGRAM_H
890:
struct program *prog, INT32 *linep); PMOD_EXPORT struct pike_string *low_get_function_line (struct object *o, int fun, INT32 *linep);
+
PMOD_EXPORT struct pike_string *get_identifier_line(struct program *p,
+
int fun, INT32 *linep);
PMOD_EXPORT void va_yyreport(int severity_level, struct pike_string *file, INT32 line, struct pike_string *system, INT32 args,