pike.git/
src/
pike_types.h
Branch:
Tag:
Non-build tags
All tags
No tags
2007-04-06
2007-04-06 11:12:13 by Henrik Grubbström (Grubba) <grubba@grubba.org>
14fc1914322b789cedb94937db13a05135798b77 (
4
lines) (+
3
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Added CALL_7_6.
Rev: src/pike_types.h:1.103
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.
102
2007/
03
/
31
21
:
37
:
51
grubba Exp $
+
|| $Id: pike_types.h,v 1.
103
2007/
04
/
06
11
:
12
:
13
grubba Exp $
*/ #ifndef PIKE_TYPES_H
73:
*/ #define CALL_STRICT 0x0001 /* Strict checking. */ #define CALL_LAST_ARG 0x0002 /* This is the last argument. */
+
#define CALL_7_6 0x0004 /* Pike 7.6 compatibility mode. */
void debug_free_type(struct pike_type *t); #ifdef DEBUG_MALLOC