mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-27 08:43:09 -03:00
More work to migrate off of ad-hoc data structures
This commit is contained in:
@@ -30,6 +30,7 @@ static hash_table_t *intern_static_table=0;
|
||||
|
||||
const wchar_t *intern( const wchar_t *in )
|
||||
{
|
||||
ASSERT_IS_MAIN_THREAD();
|
||||
const wchar_t *res=0;
|
||||
|
||||
// debug( 0, L"intern %ls", in );
|
||||
|
||||
Reference in New Issue
Block a user