Mercurial > hg > xemacs-beta
diff src/dgif_lib.c @ 335:54f7aa390f4f r21-0-65
Import from CVS: tag r21-0-65
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:50:39 +0200 |
parents | 19dcec799385 |
children |
line wrap: on
line diff
--- a/src/dgif_lib.c Mon Aug 13 10:49:52 2007 +0200 +++ b/src/dgif_lib.c Mon Aug 13 10:50:39 2007 +0200 @@ -912,7 +912,7 @@ * Miscellaneous utility functions * ******************************************************************************/ -int BitSize(int n) +static int BitSize(int n) /* return smallest bitfield size n will fit in */ { register int i;