+2004-07-03 Ken Raeburn <raeburn@mit.edu>
+
+ * error_message.c (remove_error_table) [!ENABLE_THREADS &&
+ DEBUG_THREADS]: Update test for 'initialized' field in mutex.
+
2004-06-22 Ken Raeburn <raeburn@mit.edu>
* vfprintf.c: Don't test macintosh.
if (CALL_INIT_FUNCTION(com_err_initialize))
return 0;
#if !defined(ENABLE_THREADS) && defined(DEBUG_THREADS)
- if (et_list_lock.initialized == 0 && terminated != 0) {
+ if (et_list_lock.os.initialized == 0 && terminated != 0) {
fprintf(stderr, "\n\n *** Function remove_error_table called after com_err library termination. ***\n *** Shared library termination code executed in incorrect order? ***\n\n");
abort();
}