|
|
|
@ -882,10 +882,7 @@ namespace CppSharp |
|
|
|
|
|
|
|
|
|
|
|
bool CheckForDuplicates(Declaration decl) |
|
|
|
bool CheckForDuplicates(Declaration decl) |
|
|
|
{ |
|
|
|
{ |
|
|
|
if (decl.OriginalPtr.ToPointer() == (void*) (0x1)) |
|
|
|
return decl.OriginalPtr.ToPointer() != (void*)(0x1); |
|
|
|
return false; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
return !(decl is PreprocessedEntity); |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
void VisitDeclaration(Declaration decl, AST.Declaration _decl) |
|
|
|
void VisitDeclaration(Declaration decl, AST.Declaration _decl) |
|
|
|
|