Branch: Tag:

1998-04-10

1998-04-10 12:16:21 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Variables in the master object mustn't be static to allow for replace_master().

Rev: lib/master.pike.in:1.5

1: - /* $Id: master.pike.in,v 1.4 1998/04/09 21:10:33 hubbe Exp $ + /* $Id: master.pike.in,v 1.5 1998/04/10 12:16:21 grubba Exp $    *    * Master-file for Pike.    *
407:    }   };    - static mapping(string:mixed) fc=([]); + // Variables mustn't be static to allow for replace_master(). + // /grubba 1998-04-10 + mapping(string:mixed) fc=([]);      object findmodule(string fullname)   {