moved trie to public so extensions can use it easier
--HG-- rename : core/sm_trie_tpl.h => public/sm_trie_tpl.h extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401396
This commit is contained in:
parent
3faa842794
commit
77cc895151
@ -31,8 +31,8 @@
|
|||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
#include <sm_trie_tpl.h>
|
||||||
#include "sm_trie.h"
|
#include "sm_trie.h"
|
||||||
#include "sm_trie_tpl.h"
|
|
||||||
|
|
||||||
struct Trie
|
struct Trie
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user