Community
Participate
Working Groups
Here is the example: File b.h: #ifndef _B #define _B #define SIG // This internal modification is not propagated #endif File a.h: #include "b.h" #ifdef SIG // Not significant, because it is defined in "b.h" #endif File a.cpp: #include "a.h"
Added testcases and fix.
*** Bug 366850 has been marked as a duplicate of this bug. ***