pike.git/
src/
pike_types.h
Branch:
Tag:
Non-build tags
All tags
No tags
2007-04-27
2007-04-27 13:53:45 by Henrik Grubbström (Grubba) <grubba@grubba.org>
633f5cbf619f2b9901f268a4cbc28781927055b1 (
5
lines) (+
4
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Added PT_FLAG_MARK_ASSIGN.
Rev: src/pike_types.h:1.108
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: pike_types.h,v 1.
107
2007/04/
25
22
:
10
:
05
mast
Exp $
+
|| $Id: pike_types.h,v 1.
108
2007/04/
27
13
:
53
:
45
grubba
Exp $
*/ #ifndef PIKE_TYPES_H
68:
#define PT_FLAG_ASSIGN_9 0x200000 /* The subtree assigns '9'. */ #define PT_FLAG_ASSIGN 0x3ff000 /* The subtree holds assigns. */
+
#define PT_FLAG_MARK_ASSIGN 0x3ff3ff /* Assigns AND Markers. */
+
/* * new_check_call() flags */