This commit was generated by cvs2svn to compensate for changes in r4995,
[chise/xemacs-chise.git.1] / lwlib / xlwradioP.h
index d45fecc..9983c8e 100644 (file)
@@ -32,7 +32,7 @@ Boston, MA 02111-1307, USA.  */
 #define _XawRadioP_h
 
 #include "xlwradio.h"
-#include ATHENA_ToggleP_h_
+#include <X11/Xaw/ToggleP.h>
 
 /***********************************************************************
  *
@@ -40,9 +40,7 @@ Boston, MA 02111-1307, USA.  */
  *
  ***********************************************************************/
 
-/* Already in Xaw/ToggleP.h, and not used by us.
-  #define streq(a, b) ( strcmp((a), (b)) == 0 )
-*/
+#define streq(a, b) ( strcmp((a), (b)) == 0 )
 
 typedef void (*XawDiamondProc) (Widget);