[Patch/libcpp] Change __ARM_NEON__ to __ARM_NEON in lex.c

2015-01-30  Szabolcs Nagy  <szabolcs.nagy@arm.com>

	* lex.c (search_line_fast): Change __ARM_NEON__ to __ARM_NEON.

From-SVN: r220281
This commit is contained in:
Szabolcs Nagy 2015-01-30 14:07:00 +00:00 committed by Jiong Wang
parent 168be70b19
commit 95d0610c17
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2015-01-30 Szabolcs Nagy <szabolcs.nagy@arm.com>
* lex.c (search_line_fast): Change __ARM_NEON__ to __ARM_NEON.
2015-01-23 Marek Polacek <polacek@redhat.com>
DR#412

View File

@ -731,7 +731,7 @@ search_line_fast (const uchar *s, const uchar *end ATTRIBUTE_UNUSED)
}
}
#elif defined (__ARM_NEON__)
#elif defined (__ARM_NEON)
#include "arm_neon.h"
static const uchar *