diff options
author | Gerd Moellmann <gerd@gnu.org> | 1999-07-21 21:43:52 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 1999-07-21 21:43:52 +0000 |
commit | 2327e4a0bc58b62bc4ff5673c504d0674216bec7 (patch) | |
tree | 2f4bc7a32771b2d5c834aad87d9ed5a6bb95de39 /src/s/template.h | |
parent | e18f9922555ebf2da6244c82bbf9fe7717c79b7b (diff) | |
download | emacs-2327e4a0bc58b62bc4ff5673c504d0674216bec7.tar.gz |
(NARROWPROTO): New.
Diffstat (limited to 'src/s/template.h')
-rw-r--r-- | src/s/template.h | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/src/s/template.h b/src/s/template.h index ee6da5cc57a..7f49ca3047e 100644 --- a/src/s/template.h +++ b/src/s/template.h @@ -1,7 +1,7 @@ /* Template for system description header files. This file describes the parameters that system description files should define or not. - Copyright (C) 1985, 1986, 1992 Free Software Foundation, Inc. + Copyright (C) 1985, 1986, 1992, 1999 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -163,6 +163,14 @@ Boston, MA 02111-1307, USA. */ /* #define static */ +/* 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 */ + /* ============================================================ */ /* After adding support for a new system, modify the large case |