commit | bbe692283cc870ed1360a47f6d02a8457be8c24a | [log] [tgz] |
---|---|---|
author | Dan Gohman <gohman@apple.com> | Wed Apr 23 23:15:23 2008 +0000 |
committer | Dan Gohman <gohman@apple.com> | Wed Apr 23 23:15:23 2008 +0000 |
tree | 4ca9a5338e87751180b8061f0075d70bbdee3511 | |
parent | 43578cda9d48c1c34dd85137aa30347edb104f5c [diff] [blame] |
Make these variables static. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50196 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Debugger/SourceLanguage-Unknown.cpp b/lib/Debugger/SourceLanguage-Unknown.cpp index 514afa3..b806fc7 100644 --- a/lib/Debugger/SourceLanguage-Unknown.cpp +++ b/lib/Debugger/SourceLanguage-Unknown.cpp
@@ -59,7 +59,7 @@ // namespace { - struct SLU : public SourceLanguage { + static struct SLU : public SourceLanguage { //===------------------------------------------------------------------===// // Implement the miscellaneous methods... //