aboutsummaryrefslogtreecommitdiffhomepage
path: root/intern.cpp
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2011-12-31 15:57:30 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2011-12-31 15:57:30 -0800
commitbef046a51a26b87cb5eb8a6e159b78c931a2e253 (patch)
tree50e30ebe47c41414b0f394bb966bdfd5443cf237 /intern.cpp
parent78322a63218e8c66a4788dc79e252db4050bca23 (diff)
More work to migrate off of ad-hoc data structures
Diffstat (limited to 'intern.cpp')
-rw-r--r--intern.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/intern.cpp b/intern.cpp
index d52857f1..2fed376f 100644
--- a/intern.cpp
+++ b/intern.cpp
@@ -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 );