mirror of
https://github.com/reactos/reactos.git
synced 2026-07-07 10:40:20 +08:00
ignore #undef statements for now
svn path=/trunk/; revision=6640
This commit is contained in:
@@ -267,6 +267,10 @@ void process_preprocessor ( const char* filename, Header& h, const string& eleme
|
||||
|
||||
h.symbols.push_back ( s );
|
||||
}
|
||||
else if ( preproc == "undef" )
|
||||
{
|
||||
// safely ignoreable for now, I think
|
||||
}
|
||||
else if ( preproc == "if" || preproc == "ifdef" || preproc == "ifndef" )
|
||||
{
|
||||
size_t len = element.size();
|
||||
|
||||
Reference in New Issue
Block a user