Switched to std::map instead of hash_table_t in env.cpp and env_universal_common.cpp.

This commit is contained in:
Siteshwar Vashisht
2012-02-18 00:22:30 +05:30
parent a08450bcb6
commit 6e58c9f7c8
7 changed files with 342 additions and 378 deletions

View File

@@ -176,7 +176,7 @@ void env_universal_common_set( const wchar_t *key, const wchar_t *val, int expor
Do not call this function. Create a message to do it. This function
is only to be used when fishd is dead.
*/
void env_universal_common_remove( const wchar_t *key );
void env_universal_common_remove( const wcstring &key );
/**
Get the value of the variable with the specified name