diff options
| author | Christoph Scholtes | 2012-02-05 13:40:36 -0700 |
|---|---|---|
| committer | Christoph Scholtes | 2012-02-05 13:40:36 -0700 |
| commit | 7519763363bcb835f5387784bce5251ea1beb71e (patch) | |
| tree | f1ea6be04df33b8d75d63ad6ac8a855acea8d9dc /lib | |
| parent | d452256dd8168b502a22a4af6c6409d7aebc51bd (diff) | |
| download | emacs-7519763363bcb835f5387784bce5251ea1beb71e.tar.gz emacs-7519763363bcb835f5387784bce5251ea1beb71e.zip | |
* 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 | |||
| 213 | 213 | ||
| 214 | HAVE_GETOPT_H = HAVE_GETOPT_H | 214 | HAVE_GETOPT_H = HAVE_GETOPT_H |
| 215 | INCLUDE_NEXT = include_next | 215 | INCLUDE_NEXT = include_next |
| 216 | PRAGMA_SYSTEM_HEADER = \#pragma GCC system_header | ||
| 217 | PRAGMA_COLUMNS = | 216 | PRAGMA_COLUMNS = |
| 218 | NEXT_GETOPT_H = <getopt.h> | 217 | NEXT_GETOPT_H = <getopt.h> |
| 219 | ARG_NONNULL_H = ../build-aux/snippet/arg-nonnull.h | 218 | ARG_NONNULL_H = ../build-aux/snippet/arg-nonnull.h |