Move some string functions from core to logic (bug 4406 part 4, r=fyren).

This commit is contained in:
David Anderson
2010-05-14 19:28:10 -07:00
parent b5b002aa4b
commit 1cdacf69be
12 changed files with 128 additions and 44 deletions
+3 -1
View File
@@ -38,6 +38,7 @@
#include "Profiler.h"
#include "sm_crc32.h"
#include "MemoryUtils.h"
#include "stringutil.h"
sm_core_t smcore;
IHandleSys *handlesys;
@@ -63,7 +64,8 @@ static sm_logic_t logic =
g_pThreader,
sm_profiler,
&g_MemUtils,
UTIL_CRC32
UTIL_CRC32,
stristr
};
static void logic_init(const sm_core_t* core, sm_logic_t* _logic)