Branch: Tag:

2004-12-08

2004-12-08 15:02:08 by Martin Stjernholm <mast@lysator.liu.se>

Describe UNDEFINED arguments better in backtraces.

Rev: lib/master.pike.in:1.367

6:   // Pike is distributed under GPL, LGPL and MPL. See the file COPYING   // for more information.   // - // $Id: master.pike.in,v 1.366 2004/11/05 21:01:51 nilsson Exp $ + // $Id: master.pike.in,v 1.367 2004/12/08 15:02:08 mast Exp $      #pike __REAL_VERSION__   //#pragma strict_types
3005:    switch(res)    {    case "int": +  if (!m && zero_type (m) == 1) +  return "UNDEFINED";    case "float":    return (string)m;    case "string":