X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lwlib%2FxlwradioP.h;h=d45feccd2e42fc08cc150caa1106624c0bc98185;hb=9cb27303f768ebf4c96085769221c3cfbf331aaa;hp=9983c8eb79e8057d636be110d0da8ffbd676c9c3;hpb=430e0db85cc37821320fe27da9feeacc7961003f;p=chise%2Fxemacs-chise.git.1 diff --git a/lwlib/xlwradioP.h b/lwlib/xlwradioP.h index 9983c8e..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 +#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);