Re: [rfc 45/45] Modules: Hack to handle symbols that have a zero value

2007-11-19 Thread Mathieu Desnoyers
* Christoph Lameter ([EMAIL PROTECTED]) wrote: > On Mon, 19 Nov 2007, Mathieu Desnoyers wrote: > > > * [EMAIL PROTECTED] ([EMAIL PROTECTED]) wrote: > > > The module subsystem cannot handle symbols that are zero. It prints out > > > a message that these symbols are unresolved. Define a constant > >

Re: [rfc 45/45] Modules: Hack to handle symbols that have a zero value

2007-11-19 Thread Christoph Lameter
On Mon, 19 Nov 2007, Mathieu Desnoyers wrote: > * [EMAIL PROTECTED] ([EMAIL PROTECTED]) wrote: > > The module subsystem cannot handle symbols that are zero. It prints out > > a message that these symbols are unresolved. Define a constant > > > > UNRESOLVED > > > > that is used to hold the value

Re: [rfc 45/45] Modules: Hack to handle symbols that have a zero value

2007-11-19 Thread Mathieu Desnoyers
* [EMAIL PROTECTED] ([EMAIL PROTECTED]) wrote: > The module subsystem cannot handle symbols that are zero. It prints out > a message that these symbols are unresolved. Define a constant > > UNRESOLVED > > that is used to hold the value used for unresolved symbols. Set it to 1 > (its hopefully unl