Mercurial > emacs
changeset 41767:7fb1caba0f51
Include ../src/lisp.h.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 02 Dec 2001 05:00:27 +0000 |
parents | 32d440813da1 |
children | b0e866164182 |
files | lwlib/lwlib-Xaw.c lwlib/lwlib-Xlw.c lwlib/lwlib-Xm.c lwlib/lwlib-Xol.c lwlib/lwlib-Xolmb.c lwlib/lwlib-utils.c lwlib/xlwmenu.c |
diffstat | 7 files changed, 16 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lwlib/lwlib-Xaw.c Sun Dec 02 04:55:06 2001 +0000 +++ b/lwlib/lwlib-Xaw.c Sun Dec 02 05:00:27 2001 +0000 @@ -24,6 +24,8 @@ #include <stdio.h> +#include "../src/lisp.h" + #include "lwlib-Xaw.h" #include <X11/StringDefs.h>
--- a/lwlib/lwlib-Xlw.c Sun Dec 02 04:55:06 2001 +0000 +++ b/lwlib/lwlib-Xlw.c Sun Dec 02 05:00:27 2001 +0000 @@ -22,6 +22,8 @@ #include <config.h> #endif +#include "../src/lisp.h" + #include "lwlib-Xlw.h" #include <X11/StringDefs.h> #include <X11/IntrinsicP.h>
--- a/lwlib/lwlib-Xm.c Sun Dec 02 04:55:06 2001 +0000 +++ b/lwlib/lwlib-Xm.c Sun Dec 02 05:00:27 2001 +0000 @@ -31,6 +31,8 @@ #include <X11/CoreP.h> #include <X11/CompositeP.h> +#include "../src/lisp.h" + #include "lwlib-Xm.h" #include "lwlib-utils.h"
--- a/lwlib/lwlib-Xol.c Sun Dec 02 04:55:06 2001 +0000 +++ b/lwlib/lwlib-Xol.c Sun Dec 02 05:00:27 2001 +0000 @@ -1,3 +1,6 @@ + +#include "../src/lisp.h" + #include "lwlib-Xol.h" #include <X11/StringDefs.h> #include <X11/IntrinsicP.h>
--- a/lwlib/lwlib-Xolmb.c Sun Dec 02 04:55:06 2001 +0000 +++ b/lwlib/lwlib-Xolmb.c Sun Dec 02 05:00:27 2001 +0000 @@ -18,6 +18,9 @@ the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ + +#include "../src/lisp.h" + #include <X11/IntrinsicP.h> #include <X11/Intrinsic.h> #include <X11/CompositeP.h>