pike.git/
src/
program.c
Branch:
Tag:
Non-build tags
All tags
No tags
1999-09-06
1999-09-06 12:03:57 by Henrik Grubbström (Grubba) <grubba@grubba.org>
b1dd8f88327635c71d9790452067b5a03a7c552c (
8
lines) (+
6
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Added FIXME.
Rev: src/program.c:1.135
5:
\*/ /**/ #include "global.h"
-
RCSID("$Id: program.c,v 1.
134
1999/09/06
11
:
13
:
19
hubbe
Exp $");
+
RCSID("$Id: program.c,v 1.
135
1999/09/06
12
:
03
:
57
grubba
Exp $");
#include "program.h" #include "object.h" #include "dynamic_buffer.h"
1238:
if(!parent && !parent_offset) { yyerror("Parent pointer lost, cannot inherit!");
-
/* We inherit it
anyways
, to avoid causing more errors */
+
/* We inherit it
anyway
, to avoid causing more errors */
+
/* FIXME: Should parent_offset be decreased below in this case too?
+
* /grubba 1999-09-06.
+
*/
} }