On Tue, 2 Aug 2005, Mitesh Shah wrote:
> 
> Well, apart from the scope there are other issues as well. For example, with
> the identifiers, input_streams, includepaths, hash_table, etc. All the
> static initialization of idents and symbol_table_init is also causing
> trouble.

But at least the idents really _are_ all static, so you only need to do it
once.

The symbol table init stuff is magic, I agree, and those things do have
shared scope, so that needs to change actually be doable as a static scope
that is the "parent" of all the file scopes (kind of the current
"toplevel" one, except it would be an ever higher-up "builtin" scope").

I'll see if I can do something that kind-of works, and then we can see how 
much breaks.

                Linus

-
To unsubscribe from this list: send the line "unsubscribe linux-sparse" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to