Mercurial > emacs
diff lwlib/dispatch.c @ 26087:e0d966fb548f
Add support for large files, plus some locale improvements.
* dispatch.c, lwlib-Xaw.c, lwlib-Xlw.c, lwlib-Xm.c, lwlib.c, xlwmenu.c,
xrdb-cpp.c, xrdb.c:
Include <config.h> before any system include files.
* lwlib-Xm.c, lwlib.c:
Do not include <stdlib.h> or <string.h>, as <config.h> does this.
| author | Paul Eggert <eggert@twinsun.com> |
|---|---|
| date | Tue, 19 Oct 1999 07:21:16 +0000 |
| parents | ee40177f6c68 |
| children |
line wrap: on
line diff
--- a/lwlib/dispatch.c Tue Oct 19 07:20:29 1999 +0000 +++ b/lwlib/dispatch.c Tue Oct 19 07:21:16 1999 +0000 @@ -27,6 +27,10 @@ * compile this file unless you have the Xt sources online. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #include <IntrinsicI.h> /* Don't change this: see comments in Imakefile. */ #include <X11/Xatom.h> #include "dispatch.h"
