diff options
author | Christoph Scholtes <cschol2112@gmail.com> | 2012-02-05 13:40:36 -0700 |
---|---|---|
committer | Christoph Scholtes <cschol2112@gmail.com> | 2012-02-05 13:40:36 -0700 |
commit | 7519763363bcb835f5387784bce5251ea1beb71e (patch) | |
tree | f1ea6be04df33b8d75d63ad6ac8a855acea8d9dc /lib | |
parent | d452256dd8168b502a22a4af6c6409d7aebc51bd (diff) | |
download | emacs-7519763363bcb835f5387784bce5251ea1beb71e.tar.gz |
* lib/makefile.w32-in (PRAGMA_SYSTEM_HEADER): Move to platform
specific makefiles to support getopt_.h generation with MSVC.
* nt/gmake.defs (PRAGMA_SYSTEM_HEADER): Add for GCC.
* nt/nmake.defs (PRAGMA_SYSTEM_HEADER): Add, but ignore with MSVC.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/makefile.w32-in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/makefile.w32-in b/lib/makefile.w32-in index ccc0cf6a595..3600406ac13 100644 --- a/lib/makefile.w32-in +++ b/lib/makefile.w32-in @@ -213,7 +213,6 @@ getopt_.h-SH: doit HAVE_GETOPT_H = HAVE_GETOPT_H INCLUDE_NEXT = include_next -PRAGMA_SYSTEM_HEADER = \#pragma GCC system_header PRAGMA_COLUMNS = NEXT_GETOPT_H = <getopt.h> ARG_NONNULL_H = ../build-aux/snippet/arg-nonnull.h |