]> code.delx.au - gnu-emacs/blobdiff - lwlib/lwlib.c
(streq, strneq): Use == NULL rather than !.
[gnu-emacs] / lwlib / lwlib.c
index f24dd778ca5c3d65999050fcf130397496a4d2b3..981c92e568654d36e10f43725b2853478fbe6f6c 100644 (file)
@@ -526,8 +526,10 @@ merge_widget_value (val1, val2, level)
          EXPLAIN (val1->name, change, INVISIBLE_CHANGE, "(contents change)",
                   0, 0);
          change = max (change, INVISIBLE_CHANGE);
+#if 0 /* This was replaced by the August 9 1996 change in lwlib-Xm.c.  */
 #ifdef USE_MOTIF
          change = max (merged_contents->change, change);
+#endif
 #endif
        }