Hi all -

Sorry my original patch was not in the correct form. Here it is again:

--- ../../../../sol8b/lesstif-0.93.34/lib/Xm-2.0/RenderTable.c  Fri Mar  1 12:04:34 
2002
+++ ./RenderTable.c     Fri Jun  7 10:48:02 2002
@@ -502,7 +502,7 @@
                case XmSTRING_COMPONENT_CHARSET:
                        _XmRenderTableFinaliseTag(w, r, xms->components[i]->data);
                default:
-                       /* Nothing to do */
+               ;       /* Nothing to do */
                }
        }
 }
@@ -537,7 +537,7 @@
                case XmSTRING_COMPONENT_CHARSET:
                        _XmRenderTableFinaliseTag(w, r, tag);
                default:
-                       /* Nothing to do */
+               ;       /* Nothing to do */
                }
                XtFree(tag);
                XtFree(txt);


This fixes the complaints of the SUNWspro 6.1 compiler.

Jim Overly


_______________________________________________
Lesstif mailing list
[EMAIL PROTECTED]
https://terror.hungry.com/mailman/listinfo/lesstif

Reply via email to