pike.git/
src/
pike_types.c
Branch:
Tag:
Non-build tags
All tags
No tags
2007-03-27
2007-03-27 15:54:17 by Henrik Grubbström (Grubba) <grubba@grubba.org>
ddfeb65aeb1bb8cb1eac0e53f752bed3b59bfee8 (
9
lines) (+
7
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Bugfix.
Rev: src/pike_types.c:1.267
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.c,v 1.
266
2007/03/
26
12
:
03
:
42
grubba Exp $
+
|| $Id: pike_types.c,v 1.
267
2007/03/
27
15
:
54
:
17
grubba Exp $
*/ #include "global.h"
4838:
return res; }
-
if (!(tmp = lower_new_check_call(arg_type, fun_type, flags, 0))) {
+
if (!(tmp = lower_new_check_call(arg_type, fun_type, flags
+
#ifdef PIKE_TYPE_DEBUG
+
, 0
+
#endif
+
))) {
return NULL; } return tmp;