Fixup warnings and undefined operations that show up in gcc-3.1

-Erik
This commit is contained in:
Eric Andersen
2002-07-11 11:11:56 +00:00
parent cafc103230
commit 2276d83639
11 changed files with 26 additions and 16 deletions

View File

@@ -21,6 +21,7 @@
*/
#include <getopt.h>
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <sys/types.h>
#include <sys/stat.h>
@@ -49,7 +50,7 @@ static char tbl_std[65] = {
'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O',
'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W',
'X', 'Y', 'Z', '[', '\\', ']', '^', '_',
'\`' /* termination character */
'`' /* termination character */
};
/*