pike.git/
src/
threads.h
Branch:
Tag:
Non-build tags
All tags
No tags
1998-01-06
1998-01-06 22:30:27 by Mirar (Pontus Hagland) <pike@sort.mirar.org>
e09b89bbbfa1a94890e6914ac86e715970d94534 (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
needed DONT_HIDE_GLOBALS to find more useful warnings
Rev: src/threads.h:1.25
288:
SWAP_IN_THREAD(_tmp);\ } while(0)
-
#
ifdef
DEBUG
+
#
if
defined(
DEBUG
) && ! defined(DONT_HIDE_GLOBALS)
/* Note that scalar types are used in place of pointers and vice versa * below. This is intended to cause compiler warnings/errors if * there is an attempt to use the global variables in an unsafe