comment for export data and functions block with hashed keywords to other projects

This commit is contained in:
tigrazone
2017-12-10 10:46:08 +02:00
parent a6c1d07560
commit 54851f8ac7

View File

@@ -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)
{ {