On Mon, Dec 20, 2004 at 02:27:28PM +0100, Kaos wrote:
replacing the code vars->exposed = .ExposedInterface(); with this: vars->exposed = ((program) "ExposedInterface.pike")(); solved it.. can't really see why it should make any difference though... ?
isn't the difference here that the first is evaluated at compile time, while the second is done at runtime?
greetings, martin. ps: i am half expecting to be wrong, so don't hesitate to correct me