[llvm-commits] CVS: llvm/include/llvm/Support/Dwarf.h
Jim Laskey
jlaskey at apple.com
Mon Feb 27 14:37:37 PST 2006
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
More information about the llvm-commits
mailing list