X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/28468136d08dfa16a4052770a6c66e2c60663941..984ef9dce7bcc69881176a89c5fe8a80511ea58c:/utils/HelpGen/src/sourcepainter.cpp?ds=sidebyside diff --git a/utils/HelpGen/src/sourcepainter.cpp b/utils/HelpGen/src/sourcepainter.cpp index fbabb66446..7c8b2f92ee 100644 --- a/utils/HelpGen/src/sourcepainter.cpp +++ b/utils/HelpGen/src/sourcepainter.cpp @@ -405,8 +405,10 @@ void check_keyword_map( int keywordMapNr ) KeywordT dummy; +/* if ( (char*)& dummy != &dummy.keyWord[0] ) throw; +*/ int size = sizeof(__gKeyWords) / sizeof( KeywordT ); @@ -637,7 +639,7 @@ void SourcePainter::GetResultString(string& result, MarkupTagsT tags) { // this method works, only if results of processing // are collected - ASSERT( mCollectResultsOn ); + // ASSERT( mCollectResultsOn ); result = ""; int pos = 0;