Branch: Tag:

2001-04-01

2001-04-01 15:40:23 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Renamed copy_type() to copy_pike_type() to avoid conflict with <mach/mach.p>.

Rev: src/builtin_functions.c:1.357
Rev: src/language.yacc:1.242
Rev: src/las.c:1.249
Rev: src/operators.c:1.134
Rev: src/pike_types.c:1.177
Rev: src/pike_types.h:1.71
Rev: src/program.c:1.308

5:   \*/   /**/   #include "global.h" - RCSID("$Id: builtin_functions.c,v 1.356 2001/03/28 15:07:38 grubba Exp $"); + RCSID("$Id: builtin_functions.c,v 1.357 2001/04/01 15:40:23 grubba Exp $");   #include "interpret.h"   #include "svalue.h"   #include "pike_macros.h"
2602:    }   #endif /* PIKE_DEBUG */    } else { -  copy_type(types[argno], arg->type); +  copy_pike_type(types[argno], arg->type);    }    argno = !argno;    /* Handle the special case where CAR & CDR are the same.
2840:    struct pike_type *new_type = NULL;       if (!n->type) { -  copy_type(n->type, program_type_string); +  copy_pike_type(n->type, program_type_string);    }    if (!(nn = CDR(n))) return NULL;    if ((nn->token == F_ARG_LIST) && (!(nn = CAR(nn)))) return NULL;