diff options
author | Douglas Gregor <dgregor@apple.com> | 2011-08-03 16:22:53 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2011-08-03 16:22:53 +0000 |
commit | 4192f0336e86532904b82ae63cd57b966f1c6dfd (patch) | |
tree | 033062ed8d3d99258c0e081ab4a791889dd03680 /include/clang/Serialization/ASTBitCodes.h | |
parent | 0a14e4bf604a91b035a479235adf4c2f6c9128a2 (diff) |
Remove stray comma
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@136783 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Serialization/ASTBitCodes.h')
-rw-r--r-- | include/clang/Serialization/ASTBitCodes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Serialization/ASTBitCodes.h b/include/clang/Serialization/ASTBitCodes.h index 70a323a5c3..51146f0c99 100644 --- a/include/clang/Serialization/ASTBitCodes.h +++ b/include/clang/Serialization/ASTBitCodes.h @@ -670,7 +670,7 @@ namespace clang { /// it is created. enum PredefinedDeclIDs { /// \brief The NULL declaration. - PREDEF_DECL_NULL_ID = 0, + PREDEF_DECL_NULL_ID = 0 }; /// \brief The number of declaration IDs that are predefined. |