summaryrefslogtreecommitdiffstats
path: root/clang
diff options
context:
space:
mode:
Diffstat (limited to 'clang')
-rw-r--r--clang/include/clang-c/Index.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/include/clang-c/Index.h b/clang/include/clang-c/Index.h
index bdce233ce8b..52c34dc9603 100644
--- a/clang/include/clang-c/Index.h
+++ b/clang/include/clang-c/Index.h
@@ -1361,7 +1361,7 @@ enum CXTranslationUnit_Flags {
/**
* Tells the preprocessor not to skip excluded conditional blocks.
*/
- CXTranslationUnit_RetainExcludedConditionalBlocks = 0x8000,
+ CXTranslationUnit_RetainExcludedConditionalBlocks = 0x8000
};
/**
OpenPOWER on IntegriCloud