comment for export data and functions block with hashed keywords to other projects
This commit is contained in:
@@ -569,12 +569,11 @@ enum tokens_enum {
|
|||||||
TOK_norm
|
TOK_norm
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
std::map <uint32_t,int> hashed_toks;
|
std::map <uint32_t,int> hashed_toks;
|
||||||
|
|
||||||
|
|
||||||
|
//functions!
|
||||||
|
|
||||||
|
|
||||||
void initHashedTokensMap()
|
void initHashedTokensMap()
|
||||||
{
|
{
|
||||||
//init hashed tokens map
|
//init hashed tokens map
|
||||||
@@ -594,6 +593,7 @@ void initHashedTokensMap()
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
//search token in keywords hash map
|
||||||
int token2tok(const char* token)
|
int token2tok(const char* token)
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user