Branch: Tag:

2002-02-14

2002-02-14 01:44:34 by Martin Nilsson <mani@lysator.liu.se>

Fixed references.

Rev: src/builtin_functions.c:1.423

5:   \*/   /**/   #include "global.h" - RCSID("$Id: builtin_functions.c,v 1.422 2002/02/14 00:34:43 nilsson Exp $"); + RCSID("$Id: builtin_functions.c,v 1.423 2002/02/14 01:44:34 nilsson Exp $");   #include "interpret.h"   #include "svalue.h"   #include "pike_macros.h"
2128:    *!    *! For mappings and multisets, the array may contain any value.    *! -  *! For objects which define @[_indices()] that return value will be used. +  *! For objects which define @[lfun::_indices()] that return value will be used.    *!    *! For other objects an array with all non-static symbols will be returned.    *!
2446:    *!    *! For mappings the array may contain any value.    *! -  *! For objects which define @[_values()] that return value will be used. +  *! For objects which define @[lfun::_values()] that return value will be used.    *!    *! For other objects an array with the values of all non-static symbols    *! will be returned.