Branch: Tag:

2003-02-27

2003-02-27 14:52:30 by Marcus Comstedt <marcus@mc.pp.se>

set_weak_flag() takes two arguments...

Rev: lib/master.pike.in:1.258

6:   // Pike is distributed under GPL, LGPL and MPL. See the file COPYING   // for more information.   // - // $Id: master.pike.in,v 1.257 2003/02/27 14:27:35 grubba Exp $ + // $Id: master.pike.in,v 1.258 2003/02/27 14:52:30 marcus Exp $      #pike __REAL_VERSION__   
2930:   }       - mapping(string:Codec) codecs = set_weak_flag(([])); + mapping(string:Codec) codecs = set_weak_flag(([]),1);   Codec get_codec(string|void fname, int|void mkobj)   {    string key = fname + "\0" + mkobj;