pike.git/
src/
program.h
Branch:
Tag:
Non-build tags
All tags
No tags
2008-06-29
2008-06-29 12:49:51 by Martin Nilsson <mani@lysator.liu.se>
24736a335115c6eb784ae8157bba2746c7e615c9 (
4
lines) (+
3
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
SEE_PROTECTED and SEE_STATIC are aliases.
Rev: src/program.h:1.257
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.
256
2008/06/
28
21
:
50
:
11
mast
Exp $
+
|| $Id: program.h,v 1.
257
2008/06/
29
12
:
49
:
51
nilsson
Exp $
*/ #ifndef PROGRAM_H
685:
/* Flags for identifier finding... */ #define SEE_STATIC 1
+
#define SEE_PROTECTED 1
#define SEE_PRIVATE 2 /* Report levels */