diff options
author | Lei Zhang <thestig@chromium.org> | 2017-08-17 12:23:40 -0700 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-08-21 14:22:35 +0000 |
commit | e20e80a3662de4e2c798ad74f1d509c1c0b4097b (patch) | |
tree | fbfbb230c13f900b4dedee782502900358e7989f /third_party/yasm/source/config/win/config.h | |
parent | 4b47214ac95ee1ac7c09688363e48c3e6eb77ea8 (diff) | |
download | pdfium-e20e80a3662de4e2c798ad74f1d509c1c0b4097b.tar.xz |
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 <dsinclair@chromium.org>
Reviewed-by: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'third_party/yasm/source/config/win/config.h')
-rw-r--r-- | third_party/yasm/source/config/win/config.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/third_party/yasm/source/config/win/config.h b/third_party/yasm/source/config/win/config.h index 73ef9270e1..12c081d0f8 100644 --- a/third_party/yasm/source/config/win/config.h +++ b/third_party/yasm/source/config/win/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. */ /* #undef HAVE_CFLOCALECOPYCURRENT */ -/* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in +/* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue i the CoreFoundation framework. */ /* #undef HAVE_CFPREFERENCESCOPYAPPVALUE */ @@ -38,7 +38,7 @@ #define HAVE_GETTEXT 1 /* Define to 1 if you have the GNU C Library */ -#define HAVE_GNU_C_LIBRARY 0 +/* #undef HAVE_GNU_C_LIBRARY */ /* Define if you have the iconv() function and it works. */ /* #undef HAVE_ICONV */ @@ -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 */ |