fix some signed/unsigned warnings and style fixes

This commit is contained in:
Hiltjo Posthuma
2015-03-27 17:03:44 +01:00
parent 57dc7b94b0
commit a9bedca038
5 changed files with 7 additions and 6 deletions

View File

@@ -7,7 +7,7 @@
static int aflag = 0;
static size_t *tablist = NULL;
static int tablistlen = 8;
static size_t tablistlen = 8;
static size_t
parselist(const char *s)