Commit b6e65651 authored by Dimitri van Heesch's avatar Dimitri van Heesch

Bug 694147 - #undef is ignored by doxygen

parent bc2ae284
...@@ -232,6 +232,7 @@ class DefineManager ...@@ -232,6 +232,7 @@ class DefineManager
Define *isDefined(const char *name) const Define *isDefined(const char *name) const
{ {
Define *d = m_contextDefines.find(name); Define *d = m_contextDefines.find(name);
if (d && d->undef) d=0;
//printf("isDefined(%s)=%p\n",name,d); //printf("isDefined(%s)=%p\n",name,d);
return d; return d;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment