warnings cleanup (trunk only)

This covers the warning cleanup bits no one objected to.
This commit is contained in:
keni
2008-02-20 00:27:56 +00:00
parent 6dee7dc521
commit 5d24f9ab3a
13 changed files with 91 additions and 91 deletions

View File

@@ -111,8 +111,8 @@ struct objclass {
struct class_sym {
char sym;
char *name;
char *explain;
const char *name;
const char *explain;
};
struct objdescr {