diff lwlib/xlwradioP.h @ 442:abe6d1db359e r21-2-36

Import from CVS: tag r21-2-36
author cvs
date Mon, 13 Aug 2007 11:35:02 +0200
parents 9d177e8d4150
children 308d34e9f07d
line wrap: on
line diff
--- a/lwlib/xlwradioP.h	Mon Aug 13 11:33:40 2007 +0200
+++ b/lwlib/xlwradioP.h	Mon Aug 13 11:35:02 2007 +0200
@@ -32,7 +32,7 @@
 #define _XawRadioP_h
 
 #include "xlwradio.h"
-#include ATHENA_INCLUDE(ToggleP.h)
+#include ATHENA_ToggleP_h_
 
 /***********************************************************************
  *
@@ -40,7 +40,9 @@
  *
  ***********************************************************************/
 
-#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);