Move memutils from core to logic (bug 4406, r=ds).

--HG--
rename : core/MemoryUtils.cpp => core/logic/MemoryUtils.cpp
rename : core/MemoryUtils.h => core/logic/MemoryUtils.h
rename : core/sm_symtable.h => core/logic/sm_symtable.h
This commit is contained in:
David Anderson
2010-05-14 16:14:59 -07:00
parent 0fba0923c8
commit 0032fcaa66
12 changed files with 17 additions and 9 deletions
+2
View File
@@ -37,6 +37,7 @@
#include "TextParsers.h"
#include "Profiler.h"
#include "sm_crc32.h"
#include "MemoryUtils.h"
sm_core_t smcore;
IHandleSys *handlesys;
@@ -59,6 +60,7 @@ static sm_logic_t logic =
NULL,
g_pThreader,
sm_profiler,
&g_MemUtils,
UTIL_CRC32
};