Normalize long int and short int to just long and short.

This commit is contained in:
Markus Armbruster 2006-04-30 12:05:23 +00:00
parent a358704096
commit e09e6e587b
9 changed files with 16 additions and 16 deletions

View file

@ -45,7 +45,7 @@
#include "commands.h"
static long do_desi(struct natstr *natp, char *sects, char *deschar,
long int cash, int for_real);
long cash, int for_real);
int
desi(void)
@ -67,7 +67,7 @@ desi(void)
}
static long
do_desi(struct natstr *natp, char *sects, char *deschar, long int cash,
do_desi(struct natstr *natp, char *sects, char *deschar, long cash,
int for_real)
{
int n;