comparison 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
comparison
equal deleted inserted replaced
646:00c54252fe4f 647:b39c14581166
430 } 430 }
431 431
432 children = XtCompositeChildren (widget, &num_children); 432 children = XtCompositeChildren (widget, &num_children);
433 if (children) 433 if (children)
434 { 434 {
435 for (i = 0, cur = val->contents; i < num_children; i++) 435 for (i = 0, cur = val->contents; i < (int) num_children; i++)
436 { 436 {
437 if (!cur) 437 if (!cur)
438 abort (); 438 abort ();
439 if (children [i]->core.being_destroyed 439 if (children [i]->core.being_destroyed
440 || strcmp (XtName (children [i]), cur->name)) 440 || strcmp (XtName (children [i]), cur->name))