Changes in directory llvm/include/llvm/Support:
Dwarf.h updated: 1.2 -> 1.3 --- Log message: Qualify dwarf namespace inside llvm namespace. --- Diffs of the changes: (+4 -0) Dwarf.h | 4 ++++ 1 files changed, 4 insertions(+) Index: llvm/include/llvm/Support/Dwarf.h diff -u llvm/include/llvm/Support/Dwarf.h:1.2 llvm/include/llvm/Support/Dwarf.h:1.3 --- llvm/include/llvm/Support/Dwarf.h:1.2 Mon Feb 27 06:43:29 2006 +++ llvm/include/llvm/Support/Dwarf.h Mon Feb 27 16:37:23 2006 @@ -16,6 +16,8 @@ #ifndef LLVM_SUPPORT_DWARF_H #define LLVM_SUPPORT_DWARF_H +namespace llvm { + namespace dwarf { //===----------------------------------------------------------------------===// @@ -513,4 +515,6 @@ } // End of namespace dwarf +} // End of namespace llvm + #endif _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits