Branch: Tag:

2009-06-25

2009-06-25 11:21:25 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Fixed typo.

Rev: src/builtin.cmod:1.231

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: builtin.cmod,v 1.230 2009/06/25 11:17:39 grubba Exp $ + || $Id: builtin.cmod,v 1.231 2009/06/25 11:21:25 grubba Exp $   */      #include "global.h"
1516:    push_svalue(&THIS->_fun);    }    -  PIKEFUN void `->=fun(mixed val) +  PIKEFUN void `->fun=(mixed val)    {    /* FIXME: Should we allow this at all?    * Linenumber info etc won't match.