pike.git/
src/
program.h
Branch:
Tag:
Non-build tags
All tags
No tags
2007-01-01
2007-01-01 04:51:03 by Martin Nilsson <mani@lysator.liu.se>
58385085e2331c5bf6df102c90d632ee4d78dba8 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
id_flags are compared with unsigned.
Rev: src/program.h:1.227
2:
|| This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information.
-
|| $Id: program.h,v 1.
226
2006
/
07
/
09
15
:
02
:
32
marcus
Exp $
+
|| $Id: program.h,v 1.
227
2007
/
01
/
01
04
:
51
:
03
nilsson
Exp $
*/ #ifndef PROGRAM_H
316:
unsigned INT16 identifier_offset; /* ID_* flags - static, private etc.. */
-
INT16 id_flags;
+
unsigned
INT16 id_flags;
}; /* Magic value used as identifier reference integer to refer to this. */