From: <rom...@us...> - 2008-02-19 22:48:05
|
Revision: 1245 http://pygccxml.svn.sourceforge.net/pygccxml/?rev=1245&view=rev Author: roman_yakovenko Date: 2008-02-19 14:48:10 -0800 (Tue, 19 Feb 2008) Log Message: ----------- adding aliases for exceptions Modified Paths: -------------- pygccxml_dev/pygccxml/declarations/scopedef.py Modified: pygccxml_dev/pygccxml/declarations/scopedef.py =================================================================== --- pygccxml_dev/pygccxml/declarations/scopedef.py 2008-02-17 22:53:40 UTC (rev 1244) +++ pygccxml_dev/pygccxml/declarations/scopedef.py 2008-02-19 22:48:10 UTC (rev 1245) @@ -62,6 +62,9 @@ RECURSIVE_DEFAULT = True ALLOW_EMPTY_MDECL_WRAPPER = False + declaration_not_found_t = matcher_module.matcher.declaration_not_found_t + multiple_declarations_found_t = matcher_module.matcher.multiple_declarations_found_t + _impl_matchers = {} #this class variable is used to prevent recursive imports _impl_decl_types = {} #this class variable is used to prevent recursive imports _impl_all_decl_types = [] #this class variable is used to prevent recursive imports This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |