pike.git/
src/
program.c
Branch:
Tag:
Non-build tags
All tags
No tags
1997-02-19
1997-02-19 05:07:18 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
5f8eb75456a976e55227299e88bcd878c09006d1 (
6
lines) (+
4
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
warning removed
Rev: src/program.c:1.22
4:
||| See the files COPYING and DISCLAIMER for more information. \*/ #include "global.h"
-
RCSID("$Id: program.c,v 1.
21
1997/02/
18
05:
13
:
35
hubbe Exp $");
+
RCSID("$Id: program.c,v 1.
22
1997/02/
19
05:
07
:
18
hubbe Exp $");
#include "program.h" #include "object.h" #include "dynamic_buffer.h"
90:
dynamic_buffer inherit_names; dynamic_buffer used_modules;
+
void free_all_local_names(void);
+
void use_module(struct svalue *s) { if( (1<<s->type) & (BIT_MAPPING | BIT_OBJECT))
1464:
*/ void compile() {
-
void free_all_local_names();
+
int yyparse(); start_line_numbering();