aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/jpeg
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/jpeg')
-rw-r--r--third_party/jpeg/jpeg.BUILD16
1 files changed, 8 insertions, 8 deletions
diff --git a/third_party/jpeg/jpeg.BUILD b/third_party/jpeg/jpeg.BUILD
index 946f13de12..5edf4f8120 100644
--- a/third_party/jpeg/jpeg.BUILD
+++ b/third_party/jpeg/jpeg.BUILD
@@ -443,7 +443,7 @@ JCONFIGINT_COMMON_SUBSTITUTIONS = {
JCONFIGINT_NOWIN_SUBSTITUTIONS = {
"#cmakedefine HAVE_BUILTIN_CTZL": "#define HAVE_BUILTIN_CTZL",
- "@INLINE@" : "inline __attribute__((always_inline))",
+ "@INLINE@": "inline __attribute__((always_inline))",
"#define SIZEOF_SIZE_T @SIZE_T@": "#if (__WORDSIZE==64 && !defined(__native_client__))\n" +
"#define SIZEOF_SIZE_T 8\n" +
"#else\n" +
@@ -453,13 +453,13 @@ JCONFIGINT_NOWIN_SUBSTITUTIONS = {
JCONFIGINT_WIN_SUBSTITUTIONS = {
"#cmakedefine HAVE_BUILTIN_CTZL": "",
- "#define INLINE @INLINE@" : "#if defined(__GNUC__)\n" +
- "#define INLINE inline __attribute__((always_inline))\n" +
- "#elif defined(_MSC_VER)\n" +
- "#define INLINE __forceinline\n" +
- "#else\n" +
- "#define INLINE\n" +
- "#endif\n",
+ "#define INLINE @INLINE@": "#if defined(__GNUC__)\n" +
+ "#define INLINE inline __attribute__((always_inline))\n" +
+ "#elif defined(_MSC_VER)\n" +
+ "#define INLINE __forceinline\n" +
+ "#else\n" +
+ "#define INLINE\n" +
+ "#endif\n",
"#define SIZEOF_SIZE_T @SIZE_T@": "#if (__WORDSIZE==64)\n" +
"#define SIZEOF_SIZE_T 8\n" +
"#else\n" +