More work to migrate off of ad-hoc data structures

This commit is contained in:
ridiculousfish
2011-12-31 15:57:30 -08:00
parent 78322a6321
commit bef046a51a
8 changed files with 134 additions and 242 deletions

View File

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