[llvm-commits] CVS: llvm/include/llvm/Support/Dwarf.h
Jim Laskey
jlaskey at apple.com
Wed Mar 1 12:48:32 PST 2006
Changes in directory llvm/include/llvm/Support:
Dwarf.h updated: 1.4 -> 1.5
---
Log message:
Remove comma from enum list.
---
Diffs of the changes: (+1 -1)
Dwarf.h | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/include/llvm/Support/Dwarf.h
diff -u llvm/include/llvm/Support/Dwarf.h:1.4 llvm/include/llvm/Support/Dwarf.h:1.5
--- llvm/include/llvm/Support/Dwarf.h:1.4 Wed Mar 1 14:39:35 2006
+++ llvm/include/llvm/Support/Dwarf.h Wed Mar 1 14:48:20 2006
@@ -31,7 +31,7 @@
enum llvm_dwarf_constants {
// llvm mock tags
DW_TAG_invalid = ~0U, // Tag for invalid results.
- DW_TAG_anchor = 0, // Tag for descriptor anchors.
+ DW_TAG_anchor = 0 // Tag for descriptor anchors.
};
enum dwarf_constants {
More information about the llvm-commits
mailing list