Skip to content
Snippets Groups Projects
Commit 1792a7a6 authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

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

Rev: lib/master.pike.in:1.5
parent 87c9d2d0
No related branches found
No related tags found
No related merge requests found
/* $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,7 +407,9 @@ class dirnode
}
};
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)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment