Skip to content
Snippets Groups Projects
Commit be6e3112 authored by Mirar (Pontus Hagland)'s avatar Mirar (Pontus Hagland)
Browse files

Needed dont_hide_globals

Rev: src/threads.h:1.23
parent e34715d5
No related branches found
No related tags found
No related merge requests found
...@@ -216,7 +216,7 @@ struct thread_state { ...@@ -216,7 +216,7 @@ struct thread_state {
SWAP_IN_THREAD(_tmp);\ SWAP_IN_THREAD(_tmp);\
} while(0) } while(0)
#ifdef DEBUG #if defined(DEBUG) && ! defined(DONT_HIDE_GLOBALS)
/* Note that scalar types are used in place of pointers and vice versa /* Note that scalar types are used in place of pointers and vice versa
* below. This is intended to cause compiler warnings/errors if * below. This is intended to cause compiler warnings/errors if
* there is an attempt to use the global variables in an unsafe * there is an attempt to use the global variables in an unsafe
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment