2000-01-16
2000-01-16 05:56:03 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
-
6f2835e514897129922790bab76d5ff3834ee424
(19 lines)
(+10/-9)
[
Show
| Annotate
]
Branch: 7.9
changed l_flag levels..
Rev: src/pike_types.c:1.119
5:
\*/
/**/
#include "global.h"
- RCSID("$Id: pike_types.c,v 1.118 2000/01/04 01:19:38 mast Exp $");
+ RCSID("$Id: pike_types.c,v 1.119 2000/01/16 05:56:03 hubbe Exp $");
#include <ctype.h>
#include "svalue.h"
#include "pike_types.h"
1464: Inside #if defined(PIKE_TYPE_DEBUG)
char *s;
static char *low_match_types2(char *a,char *b, int flags);
- if (l_flag) {
+ if (l_flag>2) {
init_buf();
for(e=0;e<indent;e++) my_strcat(" ");
my_strcat("low_match_types(");
1521: Inside #if defined(PIKE_TYPE_DEBUG)
a=low_match_types2(a,b,flags);
- if (l_flag) {
+ if (l_flag>2) {
indent--;
init_buf();
for(e=0;e<indent;e++) my_strcat(" ");
1589:
a_markers[m]=pop_unfinished_type();
#ifdef PIKE_TYPE_DEBUG
- if (l_flag) {
+ if (l_flag>2) {
char *s;
int e;
init_buf();
1673:
free_string(tmp);
b_markers[m]=pop_unfinished_type();
#ifdef PIKE_TYPE_DEBUG
- if (l_flag) {
+ if (l_flag>2) {
char *s;
int e;
init_buf();
1986: Inside #if defined(PIKE_TYPE_DEBUG)
int res;
char buf[50];
- if (l_flag) {
+ if (l_flag>2) {
init_buf();
for(e=0;e<indent;e++) my_strcat(" ");
my_strcat("low_pike_types_le(");
2022: Inside #if defined(PIKE_TYPE_DEBUG)
res=low_pike_types_le2(a, b, array_cnt, flags);
- if (l_flag) {
+ if (l_flag>2) {
indent--;
for(e=0;e<indent;e++) fprintf(stderr, " ");
2103:
free_string(tmp);
a_markers[m]=pop_unfinished_type();
#ifdef PIKE_TYPE_DEBUG
- if (l_flag) {
+ if (l_flag>2) {
char *s;
int e;
init_buf();
2178:
free_string(tmp);
b_markers[m]=pop_unfinished_type();
#ifdef PIKE_TYPE_DEBUG
- if (l_flag) {
+ if (l_flag>2) {
char *s;
int e;
init_buf();