1
1

protect state var with the same #if that the rest of the code is

protected with

This commit was SVN r7292.
Этот коммит содержится в:
Jeff Squyres 2005-09-10 11:17:01 +00:00
родитель 31ea80cd0b
Коммит c4731285ee

Просмотреть файл

@ -27,7 +27,9 @@ int opal_trace_handle;
/*
* Local state
*/
#if OPAL_ENABLE_TRACE
static opal_output_stream_t tracer;
#endif
void opal_trace_init(void)