From 4a88f72dcb5812e04d648f3575d7d404ae2dd4f0 Mon Sep 17 00:00:00 2001 From: fche Date: Wed, 24 Aug 2005 17:37:00 +0000 Subject: 2005-08-24 Frank Ch. Eigler * translate.cxx (emit_global, emit_module_init): Use 2.6.9-compatible rwlock initialization. --- translate.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'translate.h') 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); -- cgit