From 844d5dac8a6c97b2cd3bd92bf07d0cc62158408a Mon Sep 17 00:00:00 2001 From: Tom Sepez Date: Thu, 3 Aug 2017 12:24:10 -0700 Subject: kill some stray __native_client__ defines There isn't any work to NaCl PDFium at the moment, and it would take a lot more than these few changes. Change-Id: I6c4bf5f38bbfb9cf4f5a5688128c7720c38a8ce4 Reviewed-on: https://pdfium-review.googlesource.com/10050 Reviewed-by: Lei Zhang Commit-Queue: Tom Sepez --- core/fxcrt/fx_system.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'core/fxcrt/fx_system.h') diff --git a/core/fxcrt/fx_system.h b/core/fxcrt/fx_system.h index e9288641b8..a3dc21bb46 100644 --- a/core/fxcrt/fx_system.h +++ b/core/fxcrt/fx_system.h @@ -283,8 +283,7 @@ int FXSYS_round(float f); // Handle differnces between platform's variadic function implementations. #if defined(__ARMCC_VERSION) || \ (!defined(_MSC_VER) && (_FX_CPU_ == _FX_X64_ || _FX_CPU_ == _FX_IA64_ || \ - _FX_CPU_ == _FX_ARM64_)) || \ - defined(__native_client__) + _FX_CPU_ == _FX_ARM64_)) #define FX_VA_COPY(dst, src) va_copy((dst), (src)) #else #define FX_VA_COPY(dst, src) ((dst) = (src)) -- cgit v1.2.3