pike.git/
src/
program.c
Branch:
Tag:
Non-build tags
All tags
No tags
1999-09-28
1999-09-28 23:49:54 by Henrik Grubbström (Grubba) <grubba@grubba.org>
0ee233ec6744bfb88d2888c64bb11deefd42ae45 (
6
lines) (+
5
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Comment change.
Rev: src/program.c:1.157
5:
\*/ /**/ #include "global.h"
-
RCSID("$Id: program.c,v 1.
156
1999/09/28 23:
19
:
55
hubbe
Exp $");
+
RCSID("$Id: program.c,v 1.
157
1999/09/28 23:
49
:
54
grubba
Exp $");
#include "program.h" #include "object.h" #include "dynamic_buffer.h"
1120:
* This can also be written as STORAGE_NEEDED(o->prog) * STORAGE_NEEDED() is defined in program.h. * /Hubbe 1999-09-29
+
*
+
* Oops, seems I read the test below the wrong way around.
+
* /grubba 1999-09-29
*/ new_program->inherits[0].storage_offset=offset; }