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

llvm-svn: 193066
This commit is contained in:
Richard Smith 2013-10-21 04:59:37 +00:00
parent 67900f0c63
commit 1483143e7a
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
};