diff lwlib/lwlib-Xlw.c @ 647:b39c14581166

[xemacs-hg @ 2001-08-13 04:45:47 by ben] removal of unsigned, size_t, etc.
author ben
date Mon, 13 Aug 2001 04:46:48 +0000
parents 4b7d425dd3c2
children 943eaba38521
line wrap: on
line diff
--- a/lwlib/lwlib-Xlw.c	Wed Aug 08 12:15:04 2001 +0000
+++ b/lwlib/lwlib-Xlw.c	Mon Aug 13 04:46:48 2001 +0000
@@ -432,7 +432,7 @@
   children = XtCompositeChildren (widget, &num_children);
   if (children)
     {
-      for (i = 0, cur = val->contents; i < num_children; i++)
+      for (i = 0, cur = val->contents; i < (int) num_children; i++)
 	{
 	  if (!cur)
 	    abort ();