pike.git/
src/
docode.c
Branch:
Tag:
Non-build tags
All tags
No tags
1997-01-29
1997-01-29 00:31:12 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
e02b61ff65e3e997c260aec2eabdaf4e3d4754dc (
6
lines) (+
3
/-
3
)
[
Show
|
Annotate
]
Branch:
7.9
nothing changed
Rev: src/docode.c:1.9
4:
||| See the files COPYING and DISCLAIMER for more information. \*/ #include "global.h"
-
RCSID("$Id: docode.c,v 1.
8
1997/01/
27
01
:
12
:
53
hubbe Exp $");
+
RCSID("$Id: docode.c,v 1.
9
1997/01/
29
00
:
31:
12 hubbe Exp $");
#include "las.h" #include "program.h" #include "language.h"
77:
int store_linenumbers=1; /*
-
* A mechanism to remember addresses on a stack.
The size of the stack is
-
* defined in config.h.
+
* A mechanism to remember addresses on a stack.
*/ int comp_stackp; INT32 comp_stack[COMPILER_STACK_SIZE];