Skip to content

Commit

Permalink
Fix "commas at the end of enumerator lists are a C99-specific"
Browse files Browse the repository at this point in the history
llvm-svn: 370141
  • Loading branch information
vitalybuka committed Aug 28, 2019
1 parent 5c7e96d commit 712a9b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/include/clang-c/Index.h
Original file line number Diff line number Diff line change
Expand Up @@ -1361,7 +1361,7 @@ enum CXTranslationUnit_Flags {
/**
* Tells the preprocessor not to skip excluded conditional blocks.
*/
CXTranslationUnit_RetainExcludedConditionalBlocks = 0x8000,
CXTranslationUnit_RetainExcludedConditionalBlocks = 0x8000
};

/**
Expand Down

0 comments on commit 712a9b0

Please sign in to comment.