1. compilation fixes

2. don't quote special characters inside verbatim environment


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11102 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2001-07-19 13:44:57 +00:00
parent dee5b92f9c
commit a7adaedae8
3 changed files with 118 additions and 75 deletions

View File

@@ -403,9 +403,9 @@ void check_keyword_map( int keywordMapNr )
// "make sure" the address of the first member of non-polimorphic class
// coinsides with the address of the instance
/*
KeywordT dummy;
/*
if ( (char*)& dummy != &dummy.keyWord[0] )
throw;
*/