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:
ahodgkinson
2006-04-27 23:27:28 +00:00
parent 0a94a042f0
commit 1c5226cf04
5 changed files with 27 additions and 29 deletions

View File

@@ -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);
}
/****************************************************************************