diff options
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 |