pike.git/
src/
global.h
Branch:
Tag:
Non-build tags
All tags
No tags
2019-11-02
2019-11-02 16:22:57 by Mateusz Krawczuk <krawczukmat@gmail.com>
307dc44d70f2e0dc1d71fd3ba8500d2726e7c77c (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
master
Fix typo: W_PROFILING_DEBIG -> W_PROFILING_DEBUG in src/global.h .
751:
#ifdef PROFILING_DEBUG #define W_PROFILING_DEBUG(...) WERR(__VA_ARGS__) #else /* !PROFILING_DEBUG */
-
#define W_PROFILING_
DEBIG
(...)
+
#define W_PROFILING_
DEBUG
(...)
#endif /* PROFILING_DEBUG */ #ifdef HAVE_C99_STRUCT_LITERAL_EXPR