View | Details | Raw Unified | Return to issue 39914
Collapse All | Expand All

(-)source/app/testbasi.cxx (+10 lines)
Lines 193-195 Link Here
193
{
193
{
194
	((TestToolObj*)pTestObject)->DebugFindNoErrors( bDebugFindNoErrors );
194
	((TestToolObj*)pTestObject)->DebugFindNoErrors( bDebugFindNoErrors );
195
}
195
}
196
197
198
#ifdef MACOSX
199
// make MacOSX linker using gcc happy so that the symbol "main" actually exists
200
// in an executable
201
int main( int argc, char **argv )
202
{
203
  return 0;
204
}
205
#endif

Return to issue 39914