From: Dave Love Date: Mon, 5 Jun 2000 14:15:24 +0000 (+0000) Subject: (x_real_positions): Declare tmp_nchildren as unsigned. X-Git-Tag: emacs-pretest-21.0.90~3511 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4848ef2391af8a160e3d02a3150676b2702d4afb;p=emacs.git (x_real_positions): Declare tmp_nchildren as unsigned. --- diff --git a/src/xfns.c b/src/xfns.c index cf2ba14bb95..0e20a7d3863 100644 --- a/src/xfns.c +++ b/src/xfns.c @@ -1100,7 +1100,7 @@ x_real_positions (f, xptr, yptr) #endif Window tmp_root_window; Window *tmp_children; - int tmp_nchildren; + unsigned int tmp_nchildren; while (1) {