From e20e80a3662de4e2c798ad74f1d509c1c0b4097b Mon Sep 17 00:00:00 2001 From: Lei Zhang Date: Thu, 17 Aug 2017 12:23:40 -0700 Subject: Roll yasm to 1.3.0. This basically copies https://chromium-review.googlesource.com/608869 Change-Id: I95acc3018e99a7822b9aaee7f83bc6080c0b3ec0 Reviewed-on: https://pdfium-review.googlesource.com/11336 Commit-Queue: dsinclair Reviewed-by: dsinclair --- third_party/yasm/source/config/mac/config.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'third_party/yasm/source/config/mac/config.h') diff --git a/third_party/yasm/source/config/mac/config.h b/third_party/yasm/source/config/mac/config.h index f3b43d235a..01695d6eac 100644 --- a/third_party/yasm/source/config/mac/config.h +++ b/third_party/yasm/source/config/mac/config.h @@ -2,7 +2,7 @@ /* config.h.in. Generated from configure.ac by autoheader. */ /* Command name to run C preprocessor */ -#define CPP_PROG "gcc -E" +#define CPP_PROG "cc -E" /* */ /* #undef ENABLE_NLS */ @@ -13,11 +13,11 @@ /* */ /* #undef HAVE_CATGETS */ -/* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the +/* Define to 1 if you have the Mac OS X function CFLocaleCopyCurrent in the CoreFoundation framework. */ #define HAVE_CFLOCALECOPYCURRENT 1 -/* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in +/* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in the CoreFoundation framework. */ #define HAVE_CFPREFERENCESCOPYAPPVALUE 1 @@ -119,7 +119,7 @@ #define PACKAGE_NAME "yasm" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "yasm 1.2.0" +#define PACKAGE_STRING "yasm 1.3.0" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "yasm" @@ -128,7 +128,7 @@ #define PACKAGE_URL "" /* Define to the version of this package. */ -#define PACKAGE_VERSION "1.2.0" +#define PACKAGE_VERSION "1.3.0" /* Define to 1 if the C compiler supports function prototypes. */ #define PROTOTYPES 1 @@ -152,7 +152,7 @@ #define STDC_HEADERS 1 /* Version number of package */ -#define VERSION "1.2.0" +#define VERSION "1.3.0" /* Define if using the dmalloc debugging malloc package */ /* #undef WITH_DMALLOC */ -- cgit v1.2.3