- correct definitions.

1_1_stable
Bernhard Reutner-Fischer 2006-01-13 12:03:26 +00:00
parent 2677cf1b0a
commit 853c44b798
1 changed files with 2 additions and 2 deletions

View File

@ -84,8 +84,8 @@ static int simple(const char *newval)
{
#define digits 1
#define uppers 2
#define lowers 3
#define others 4
#define lowers 4
#define others 8
int c, is_simple = 0;
int size;
int i;