X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lwlib%2FxlwradioP.h;h=d45feccd2e42fc08cc150caa1106624c0bc98185;hb=3ddd5d42503cc3567ef598bba0cbd86d256ec0fa;hp=78ea2cdfce8fd4353e97c204b20f23125ac2bfe0;hpb=46f51e794ddb493a8a76ec2f3be00b41e3b0be22;p=chise%2Fxemacs-chise.git.1 diff --git a/lwlib/xlwradioP.h b/lwlib/xlwradioP.h index 78ea2cd..d45fecc 100644 --- a/lwlib/xlwradioP.h +++ b/lwlib/xlwradioP.h @@ -32,7 +32,7 @@ Boston, MA 02111-1307, USA. */ #define _XawRadioP_h #include "xlwradio.h" -#include ATHENA_INCLUDE(ToggleP.h) +#include ATHENA_ToggleP_h_ /*********************************************************************** * @@ -40,7 +40,9 @@ Boston, MA 02111-1307, USA. */ * ***********************************************************************/ -#define streq(a, b) ( strcmp((a), (b)) == 0 ) +/* Already in Xaw/ToggleP.h, and not used by us. + #define streq(a, b) ( strcmp((a), (b)) == 0 ) +*/ typedef void (*XawDiamondProc) (Widget);