Hmm. That's funny. Did something change in the build system I didn't notice? Obviously it doesn't come out as an object, but as a program...
So far, it doesn't look different then for instance Image, and that gives an object (module).
/ Mirar
Previous text:
2004-02-28 10:27: Subject: Re: More 7.4/7.5 differences (C modules)
On Sat, Feb 28, 2004 at 10:20:02AM +0100, Mirar @ Pike developers forum wrote:
If you do typeof(Module) what do you get? "object" or "function"?
In 7.5:
Result: function( : object(is 65698))
Is there a __module_value involved?
No, it is not. It seems that it should, though... But what is strange, it is not involved in 7.4 too, but typeof gives:
Result: object(is 65679)
Is something changed in 7.5 concerning modules? That's exactly my question... :)
Regards, /Al
/ Brevbäraren