pike.git/
src/
program.c
Branch:
Tag:
Non-build tags
All tags
No tags
1998-01-22
1998-01-22 00:51:05 by Henrik Grubbström (Grubba) <grubba@grubba.org>
48cffa6b9d14f9f1742d4b0bb0210fe09de2fc5c (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed warning.
Rev: src/program.c:1.53
Rev: src/program.h:1.26
4:
||| See the files COPYING and DISCLAIMER for more information. \*/ #include "global.h"
-
RCSID("$Id: program.c,v 1.
52
1998/01/
20
02
:
30
:
38
hubbe
Exp $");
+
RCSID("$Id: program.c,v 1.
53
1998/01/
22
00
:
51
:
04
grubba
Exp $");
#include "program.h" #include "object.h" #include "dynamic_buffer.h"
95:
int compiler_pass; int compilation_depth;
-
int
local_class_counter;
+
long
local_class_counter;
struct compiler_frame *compiler_frame=0; static INT32 last_line = 0; static INT32 last_pc = 0;