1
0
forked from 0ad/0ad

fixed debug_check_heap definition

This was SVN commit r1167.
This commit is contained in:
janwas 2004-09-19 18:45:04 +00:00
parent c3ed7df432
commit a0f0215c15
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ void debug_out(const char* fmt, ...)
}
inline void check_heap()
inline void debug_check_heap()
{
}

View File

@ -41,7 +41,7 @@ void sle(int x)
//
inline void check_heap()
inline void debug_check_heap()
{
_heapchk();
}