pike.git/
src/
pike_types.c
Branch:
Tag:
Non-build tags
All tags
No tags
2007-04-05
2007-04-05 16:01:35 by Henrik Grubbström (Grubba) <grubba@grubba.org>
41a9b923e4e7ab8c1311436325ca664373783891 (
11
lines) (+
6
/-
5
)
[
Show
|
Annotate
]
Branch:
7.9
Disabled some debug.
Rev: src/pike_types.c:1.281
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.
280
2007/04/05 16:
00
:
59
grubba Exp $
+
|| $Id: pike_types.c,v 1.
281
2007/04/05 16:
01
:
35
grubba Exp $
*/ #include "global.h"
5391:
/* This token can expand to anything between zero and MAX_ARGS args. */ #ifdef PIKE_DEBUG
-
if (
1 ||
l_flag>2) {
+
if (l_flag>2) {
fprintf(stderr, "\n The argument is a splice operator.\n"); } #endif /* PIKE_DEBUG */
5404:
(fun_type != prev) && --cnt) { #ifdef PIKE_DEBUG
-
if (
1 ||
l_flag>4) {
+
if (l_flag>4) {
fprintf(stderr, "\n sub_result_type: "); simple_describe_type(fun_type); }
5414:
or_pike_types(debug_malloc_pass(tmp = res), debug_malloc_pass(fun_type), 1)); #ifdef PIKE_DEBUG
-
if (
1 ||
l_flag>4) {
+
if (l_flag>4) {
fprintf(stderr, "\n joined_type: "); simple_describe_type(res); }
5445:
} #ifdef PIKE_DEBUG
-
if (
1 ||
l_flag>2) {
+
if (l_flag>2) {
fprintf(stderr, "\n result: "); simple_describe_type(res); fprintf(stderr, " OK.\n");