1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00

Remove comma from enum list.

llvm-svn: 26456
This commit is contained in:
Jim Laskey 2006-03-01 20:48:20 +00:00
parent c73a56236e
commit ffef675325

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 {