diff options
author | Glenn Morris <rgm@gnu.org> | 2012-07-11 20:49:24 -0400 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2012-07-11 20:49:24 -0400 |
commit | 308aab79492a9f648a87fe7c6fac0ac50e5f81c3 (patch) | |
tree | 44a46c460bf5cc2ca65f6737a0bfc76e09772630 /src/s/cygwin.h | |
parent | 30fe9bf45903a63132d13597f53fa21ee7a069f4 (diff) | |
download | emacs-308aab79492a9f648a87fe7c6fac0ac50e5f81c3.tar.gz |
Move NARROWPROTO from src/s to configure
* configure.ac (NARROWPROTO): Move here from src/s.
* src/s/bsd-common.h, src/s/cygwin.h, src/s/gnu-linux.h, src/s/irix6-5.h:
* src/s/template.h: Move NARROWPROTO to configure.
Diffstat (limited to 'src/s/cygwin.h')
-rw-r--r-- | src/s/cygwin.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/s/cygwin.h b/src/s/cygwin.h index 95f0bd79dc9..0c9bfe203b1 100644 --- a/src/s/cygwin.h +++ b/src/s/cygwin.h @@ -34,13 +34,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ } \ while (0) -/* If the system's imake configuration file defines `NeedWidePrototypes' - as `NO', we must define NARROWPROTO manually. Such a define is - generated in the Makefile generated by `xmkmf'. If we don't - define NARROWPROTO, we will see the wrong function prototypes - for X functions taking float or double parameters. */ -#define NARROWPROTO 1 - /* Used in various places to enable cygwin-specific code changes. */ #define CYGWIN 1 |