Skip to content
Snippets Groups Projects
Commit 2dbefd84 authored by Fredrik Hübinette (Hubbe)'s avatar Fredrik Hübinette (Hubbe)
Browse files

bugfix I hope

Rev: src/threads.h:1.56
parent ad7e8ab7
No related branches found
No related tags found
No related merge requests found
/* /*
* $Id: threads.h,v 1.55 1998/11/20 06:46:58 hubbe Exp $ * $Id: threads.h,v 1.56 1998/11/20 08:18:54 hubbe Exp $
*/ */
#ifndef THREADS_H #ifndef THREADS_H
#define THREADS_H #define THREADS_H
...@@ -345,7 +345,7 @@ struct thread_state { ...@@ -345,7 +345,7 @@ struct thread_state {
#endif /* THREAD_TRACE */ #endif /* THREAD_TRACE */
#if defined(PROFILING) && defined(HAVE_GETHRTIME) #if defined(PROFILING) && defined(HAVE_GETHRTIME)
#define DO_IF_PROFILING(X) #define DO_IF_PROFILING(X) X
#else #else
#define DO_IF_PROFILING(X) #define DO_IF_PROFILING(X)
#endif #endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment