# HG changeset patch # User paulb@localhost.localdomain # Date 1165882030 -3600 # Node ID 9bc938267b14c9b9c687efdcba4efc6e7a6d65fb # Parent 9fd0f7c8af6fe083df749d7b2a158a97595bb2be Explicitly record the scope for names stored on structures. diff -r 9fd0f7c8af6f -r 9bc938267b14 fixnames.py --- a/fixnames.py Tue Dec 12 00:47:18 2006 +0100 +++ b/fixnames.py Tue Dec 12 01:07:10 2006 +0100 @@ -336,6 +336,8 @@ # For structure namespaces, store an attribute. if scope == "structure": + self.namespace.store(storename.name) + return self.dispatch( StoreAttr(storename.original, storename.defining, lvalue=LoadRef(storename.original,