Remove comma from enum list.

llvm-svn: 26456
This commit is contained in:
Jim Laskey 2006-03-01 20:48:20 +00:00
parent 4e71db13d6
commit 088ab4bab6
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ namespace dwarf {
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 {