Misc. cleanup.

git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@522 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
ahodgkinson
2006-06-06 19:25:30 +00:00
parent aec44098ab
commit 8d5a4c8800

View File

@@ -867,7 +867,7 @@
void * FLMAPI operator new(
FLMSIZET uiSize, ///< Number of bytes to allocate - should be sizeof( ThisClass).
const char * pszFile, ///< Name of source file where this allocation is made.
int iLine) ///< Line number in source file where this allocation request is made.
int iLine) ///< Line number in source file where this allocation request is made.
#ifndef FLM_WATCOM_NLM
throw()
#endif