Merge remote-tracking branch 'origin/fastpath'

* origin/fastpath:
  Fix reference counting for lookup_ID() usages.
This commit is contained in:
Robin Sommer 2014-05-01 20:29:20 -07:00
commit a9eb31b461
10 changed files with 49 additions and 9 deletions

View file

@ -62,6 +62,7 @@ protected:
extern bool in_debug;
// If no_global is true, don't search in the default "global" namespace.
// This passed ownership of a ref'ed ID to the caller.
extern ID* lookup_ID(const char* name, const char* module,
bool no_global = false, bool same_module_only=false);
extern ID* install_ID(const char* name, const char* module_name,