diff options
Diffstat (limited to 'translate.h')
-rw-r--r-- | translate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/translate.h b/translate.h index 2a012273..39e56dd7 100644 --- a/translate.h +++ b/translate.h @@ -67,7 +67,7 @@ struct unparser virtual void emit_global (vardecl* v) = 0; // static TYPE global_NAME; - // static DEFINE_RWLOCK(global_NAME_lock); + // static rwlock_t global_NAME_lock; virtual void emit_functionsig (functiondecl* v) = 0; // static void function_NAME (context* c); |