s_char purge directed by compiler warnings.

This commit is contained in:
Markus Armbruster 2006-04-29 06:41:45 +00:00
parent 87b5d5d6e3
commit a988b907fc
130 changed files with 527 additions and 527 deletions

View file

@ -47,13 +47,13 @@ setrel(natid us, natid them, int rel)
{
struct natstr *mynp;
struct natstr *themnp;
s_char *myname = cname(us);
s_char *themname;
char *myname = cname(us);
char *themname;
int oldrel;
s_char *whichway;
char *whichway;
int n_up = 0;
int n_down = 0;
s_char *addendum = 0;
char *addendum = 0;
int theirrel;
if (rel < AT_WAR)