aboutsummaryrefslogtreecommitdiff
path: root/build2/diagnostics.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/diagnostics.cxx')
-rw-r--r--build2/diagnostics.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/diagnostics.cxx b/build2/diagnostics.cxx
index b1f2796..f04751c 100644
--- a/build2/diagnostics.cxx
+++ b/build2/diagnostics.cxx
@@ -40,7 +40,7 @@ namespace build2
#else
__thread
#endif
- const diag_frame* diag_frame::stack;
+ const diag_frame* diag_frame::stack = nullptr;
// Diagnostic facility, project specifics.
//