pike.git/
src/
program.h
Branch:
Tag:
Non-build tags
All tags
No tags
1998-05-25
1998-05-25 16:40:26 by Henrik Grubbström (Grubba) <grubba@grubba.org>
e43583e1cdd14c167ed56a3cf8db0ebae646f4ae (
5
lines) (+
4
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Added program_index_no_free().
Rev: src/program.c:1.93
Rev: src/program.h:1.43
5:
\*/ /*
-
* $Id: program.h,v 1.
42
1998/05/25
15
:
22
:
53
grubba Exp $
+
* $Id: program.h,v 1.
43
1998/05/25
16
:
40
:
26
grubba Exp $
*/ #ifndef PROGRAM_H #define PROGRAM_H
345:
int store_constant(struct svalue *foo, int equal); struct array *program_indices(struct program *p); struct array *program_values(struct program *p);
+
void program_index_no_free(struct svalue *to, struct program *p,
+
struct svalue *ind);
void start_line_numbering(void); void store_linenumber(INT32 current_line, struct pike_string *current_file); char *get_line(unsigned char *pc,struct program *prog,INT32 *linep);