Skip to content
Snippets Groups Projects
Commit 15ff8c5b authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Added program_indices() and program_values().

Rev: src/program.h:1.42
parent a36d82e4
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@
\*/
/*
* $Id: program.h,v 1.41 1998/04/24 00:32:09 hubbe Exp $
* $Id: program.h,v 1.42 1998/05/25 15:22:53 grubba Exp $
*/
#ifndef PROGRAM_H
#define PROGRAM_H
......@@ -343,6 +343,8 @@ int find_shared_string_identifier(struct pike_string *name,
int find_identifier(char *name,struct program *prog);
int store_prog_string(struct pike_string *str);
int store_constant(struct svalue *foo, int equal);
struct array *program_indices(struct program *p);
struct array *program_values(struct program *p);
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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment