summaryrefslogtreecommitdiff
path: root/lib/Debugger
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2008-04-23 23:15:23 +0000
committerDan Gohman <gohman@apple.com>2008-04-23 23:15:23 +0000
commit3c02aca2380bc95a3ce5799929354612c67cc105 (patch)
tree4ca9a5338e87751180b8061f0075d70bbdee3511 /lib/Debugger
parent9692db9c095a7497fe449f342c74d904f3db7bfd (diff)
downloadllvm-3c02aca2380bc95a3ce5799929354612c67cc105.tar.gz
llvm-3c02aca2380bc95a3ce5799929354612c67cc105.tar.bz2
llvm-3c02aca2380bc95a3ce5799929354612c67cc105.tar.xz
Make these variables static.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50196 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Debugger')
-rw-r--r--lib/Debugger/SourceLanguage-Unknown.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Debugger/SourceLanguage-Unknown.cpp b/lib/Debugger/SourceLanguage-Unknown.cpp
index 514afa3bc2..b806fc779e 100644
--- a/lib/Debugger/SourceLanguage-Unknown.cpp
+++ b/lib/Debugger/SourceLanguage-Unknown.cpp
@@ -59,7 +59,7 @@ SLUCache::SLUCache(ProgramInfo &pi) : PI(pi) {
//
namespace {
- struct SLU : public SourceLanguage {
+ static struct SLU : public SourceLanguage {
//===------------------------------------------------------------------===//
// Implement the miscellaneous methods...
//