Mercurial > emacs
changeset 5627:7ff2d6076466
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 18 Jan 1994 23:52:12 +0000 |
parents | 93bb7e0935ba |
children | f999ebca00da |
files | lwlib/lwlib-Xlw.h lwlib/lwlib-Xm.h lwlib/lwlib.c |
diffstat | 3 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lwlib/lwlib-Xlw.h Tue Jan 18 23:47:41 1994 +0000 +++ b/lwlib/lwlib-Xlw.h Tue Jan 18 23:52:12 1994 +0000 @@ -1,7 +1,7 @@ #ifndef LWLIB_XLW_H #define LWLIB_XLW_H -#include "lwlib-internal.h" +#include "lwlib-int.h" extern widget_creation_entry xlw_creation_table []; extern widget_creation_function xlw_create_dialog;
--- a/lwlib/lwlib-Xm.h Tue Jan 18 23:47:41 1994 +0000 +++ b/lwlib/lwlib-Xm.h Tue Jan 18 23:52:12 1994 +0000 @@ -1,7 +1,7 @@ #ifndef LWLIB_XM_H #define LWLIB_XM_H -#include "lwlib-internal.h" +#include "lwlib-int.h" extern widget_creation_entry xm_creation_table [];
--- a/lwlib/lwlib.c Tue Jan 18 23:47:41 1994 +0000 +++ b/lwlib/lwlib.c Tue Jan 18 23:52:12 1994 +0000 @@ -27,7 +27,7 @@ #include <string.h> #include <stdio.h> #include <X11/StringDefs.h> -#include "lwlib-internal.h" +#include "lwlib-int.h" #include "lwlib-utils.h" #if defined(__GNUC__) && !defined(alloca)