diff options
Diffstat (limited to 'games/0ad/files/patch-source-lib-debug.h')
-rw-r--r-- | games/0ad/files/patch-source-lib-debug.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/0ad/files/patch-source-lib-debug.h b/games/0ad/files/patch-source-lib-debug.h index e0d7b0df804..9dfccd1bec9 100644 --- a/games/0ad/files/patch-source-lib-debug.h +++ b/games/0ad/files/patch-source-lib-debug.h @@ -1,11 +1,11 @@ ---- source/lib/debug.h.orig 2012-12-27 22:32:56.384331917 +0100 -+++ source/lib/debug.h 2012-12-27 22:33:41.699327215 +0100 +--- source/lib/debug.h.orig 2013-01-01 21:48:34.000000000 +0100 ++++ source/lib/debug.h 2013-01-01 21:49:29.000000000 +0100 @@ -122,7 +122,7 @@ * debugging the symbol engine. * use 0 as the initial value to avoid allocating .rdata space. **/ -const atomic_bool DEBUG_SUPPRESS = 0xAB; -+extern const atomic_bool DEBUG_SUPPRESS; ++static const atomic_bool DEBUG_SUPPRESS = 0xAB; /** * choices offered by the error dialog that are returned |