As I said before, modules are objects, not programs. Don't create more then one of a module.
If you want the module to be a program, you can use __module_value to have "YourModule" to be a program instead of an object.
/ Mirar
Previous text:
2004-02-03 14:29: Subject: Re: Object comparision in C module
On Tue, Feb 03, 2004 at 02:20:02PM +0100, Mirar @ Pike developers forum wrote:
If you don't have a program, why do you need to check if some argument is of this non-existing program?
I do have a program (module itself). I just don't have a call to end_program() :)
Regards, /Al
/ Brevbäraren