Normalize long int and short int to just long and short.
This commit is contained in:
parent
a358704096
commit
e09e6e587b
9 changed files with 16 additions and 16 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue