comma at end of enumerator list

llvm-svn: 147633
This commit is contained in:
Johnny Chen 2012-01-06 00:05:01 +00:00
parent a0fbaeebe6
commit e7526b7daf
3 changed files with 3 additions and 3 deletions

View File

@ -38,7 +38,7 @@ public:
Blocks = (1 << 11),
GlobalVariables = (1 << 12),
LocalVariables = (1 << 13),
VariableTypes = (1 << 14),
VariableTypes = (1 << 14)
};
static SymbolFile *

View File

@ -103,7 +103,7 @@ struct DWARFMappedHash
// Always set for C++, only set for ObjC if this is the
// @implementation for class
eTypeFlagClassIsImplementation = ( 1u << 1 ),
eTypeFlagClassIsImplementation = ( 1u << 1 )
};
struct Atom

View File

@ -110,7 +110,7 @@ public:
allocate_memory, // '_M'
deallocate_memory, // '_m'
unknown_type,
unknown_type
} PacketEnum;
typedef rnb_err_t (RNBRemote::*HandlePacketCallback)(const char *p);