to int to avoid potential promotion problem.
#include "version.h"
#include "error.h"
-static void print_element __P ((unsigned char mask, char *element));
+static void print_element __P ((unsigned int mask, char *element));
static void usage __P ((int status));
/* Values that are bitwise or'd into `toprint'. */
be printed, in which case print a newline. */
static void
-print_element (unsigned char mask, char *element)
+print_element (unsigned int mask, char *element)
{
if (toprint & mask)
{