Avoid using the name 'bzero' for an enumerator in global scope. <strings.h> might declare this as a function.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@193066 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Richard Smith 2013-10-21 04:59:37 +00:00
parent 71b52152a9
commit aa87532fee
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ enum Enum {zero, one_};
enum BigEnum
{
bzero,
bigzero,
big = 0xFFFFFFFFFFFFFFFFULL
};

View File

@ -17,7 +17,7 @@ enum Enum {zero, one_};
enum BigEnum
{
bzero,
bigzero,
big = 0xFFFFFFFFFFFFFFFFULL
};