Fixed OS X compile issues.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@366 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
@@ -507,7 +507,7 @@ Exit:
|
||||
/****************************************************************************
|
||||
Desc:
|
||||
****************************************************************************/
|
||||
void FLMAPI f_enterDebugger(
|
||||
FLMINT FLMAPI f_enterDebugger(
|
||||
const char * pszFile,
|
||||
int iLine)
|
||||
{
|
||||
@@ -518,6 +518,8 @@ void FLMAPI f_enterDebugger(
|
||||
#else
|
||||
assert( 0);
|
||||
#endif
|
||||
|
||||
return( 0);
|
||||
}
|
||||
|
||||
/****************************************************************************
|
||||
|
||||
Reference in New Issue
Block a user