forked from OSchip/llvm-project
Fix "commas at the end of enumerator lists are a C99-specific"
llvm-svn: 370141
This commit is contained in:
parent
5c7e96dc26
commit
712a9b02c0
|
@ -1361,7 +1361,7 @@ enum CXTranslationUnit_Flags {
|
|||
/**
|
||||
* Tells the preprocessor not to skip excluded conditional blocks.
|
||||
*/
|
||||
CXTranslationUnit_RetainExcludedConditionalBlocks = 0x8000,
|
||||
CXTranslationUnit_RetainExcludedConditionalBlocks = 0x8000
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue