X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lwlib%2Flwlib-Xaw.h;h=ce4bc1082c6df6f58d64c6a768feec518fb79883;hb=cbaf789b01f91f119074b510c18a1ce6eb98c038;hp=67c71f96f9213e363e2c215f1fc8f65473b96b5a;hpb=ea1ea793fe6e244ef5555ed983423a204101af13;p=chise%2Fxemacs-chise.git.1 diff --git a/lwlib/lwlib-Xaw.h b/lwlib/lwlib-Xaw.h index 67c71f9..ce4bc10 100644 --- a/lwlib/lwlib-Xaw.h +++ b/lwlib/lwlib-Xaw.h @@ -1,9 +1,9 @@ -#ifndef LWLIB_XAW_H -#define LWLIB_XAW_H +#ifndef INCLUDED_lwlib_Xaw_h_ +#define INCLUDED_lwlib_Xaw_h_ #include "lwlib-internal.h" -extern widget_creation_entry xaw_creation_table []; +extern const widget_creation_entry xaw_creation_table []; Widget xaw_create_dialog (widget_instance* instance); @@ -31,4 +31,4 @@ xaw_popup_menu (Widget widget, XEvent *event); void xaw_pop_instance (widget_instance* instance, Boolean up); -#endif /* LWLIB_XAW_H */ +#endif /* INCLUDED_lwlib_Xaw_h_ */