mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-15 22:28:18 +00:00
Remove comma from enum list.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26456 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user