pike.git/
src/
program.c
Branch:
Tag:
Non-build tags
All tags
No tags
1999-09-06
1999-09-06 12:24:59 by Henrik Grubbström (Grubba) <grubba@grubba.org>
3139891585ecedb85368a00144d9dd8e5f3d18d9 (
9
lines) (+
4
/-
5
)
[
Show
|
Annotate
]
Branch:
7.9
bugfix (thanks Grubba)
Rev: src/program.c:1.136
5:
\*/ /**/ #include "global.h"
-
RCSID("$Id: program.c,v 1.
135
1999/09/06 12:
03
:
57
grubba
Exp $");
+
RCSID("$Id: program.c,v 1.
136
1999/09/06 12:
24
:
59
hubbe
Exp $");
#include "program.h" #include "object.h" #include "dynamic_buffer.h"
1239:
{ yyerror("Parent pointer lost, cannot inherit!"); /* We inherit it anyway, to avoid causing more errors */
-
/* FIXME: Should parent_offset be decreased below in this case too?
-
* /grubba 1999-09-06.
-
*/
+
} } /* parent offset was increased by one for above test.. */
-
+
if(parent_offset)
parent_offset--;