pike.git/
src/
las.c
Branch:
Tag:
Non-build tags
All tags
No tags
1998-01-27
1998-01-27 20:51:56 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
a49422bcf783e00f3d56c48d9185a2f8708ad829 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
core-dumping bug fixed
Rev: src/las.c:1.46
4:
||| See the files COPYING and DISCLAIMER for more information. \*/ #include "global.h"
-
RCSID("$Id: las.c,v 1.
45
1998/01/
26
19
:
59
:
54
hubbe Exp $");
+
RCSID("$Id: las.c,v 1.
46
1998/01/
27
20
:
51
:
56
hubbe Exp $");
#include "language.h" #include "interpret.h"
610:
if(IDENTIFIER_IS_CONSTANT(i->identifier_flags)) {
-
push_svalue(PROG_FROM_INT(
new_program
, numid)->constants +
+
push_svalue(PROG_FROM_INT(
p
, numid)->constants +
i->func.offset); }else{ yyerror("Identifier is not a constant");