Skip to content

Commit 712a9b0

Browse files
committed
Fix "commas at the end of enumerator lists are a C99-specific"
llvm-svn: 370141
1 parent 5c7e96d commit 712a9b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/include/clang-c/Index.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1361,7 +1361,7 @@ enum CXTranslationUnit_Flags {
13611361
/**
13621362
* Tells the preprocessor not to skip excluded conditional blocks.
13631363
*/
1364-
CXTranslationUnit_RetainExcludedConditionalBlocks = 0x8000,
1364+
CXTranslationUnit_RetainExcludedConditionalBlocks = 0x8000
13651365
};
13661366

13671367
/**

0 commit comments

Comments
 (0)