From: Stefan S. <se...@sy...> - 2004-09-16 02:31:28
|
hi there, I'm looking at the Environment::LookupType method implementation and I'm wondering why it contains a loop over HashTable::HashEntries(). How can a single symbol result in multiple entries ? Any multiple definition of a symbol (forward declarations don't count) in the same scope is an error, isn't it ? What am I missing ? Thanks, Stefan |