pike.git/
src/
program.h
Branch:
Tag:
Non-build tags
All tags
No tags
1999-09-16
1999-09-16 20:30:36 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
2ad3c0cb27fe346e1ccf43ccc8a1e5e91330c13b (
7
lines) (+
6
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
bugfix (again)
Rev: src/encode.c:1.34
Rev: src/program.c:1.150
Rev: src/program.h:1.58
5:
\*/ /*
-
* $Id: program.h,v 1.
57
1999/09/
15
07
:
15
:
20
hubbe Exp $
+
* $Id: program.h,v 1.
58
1999/09/
16
20
:
30
:
36
hubbe Exp $
*/ #ifndef PROGRAM_H #define PROGRAM_H
209:
struct object *prot; #endif INT32 id; /* used to identify program in caches */
+
/* storage_needed - storage needed in object struct
+
* the first inherit[0].storage_offset bytes are not used and are
+
* subtracted when inheriting.
+
*/
INT32 storage_needed; /* storage needed in the object struct */ INT16 flags; /* PROGRAM_* */ unsigned INT8 alignment_needed;