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
|
@ -61,7 +61,7 @@ long tpops[MAXNOC];
|
|||
|
||||
int update_pending = 0;
|
||||
|
||||
static void do_prod(int, int, int, int *, long int (*)[2], int *, int *,
|
||||
static void do_prod(int, int, int, int *, long (*)[2], int *, int *,
|
||||
int *, int *, int *, int *);
|
||||
|
||||
/*ARGSUSED*/
|
||||
|
@ -210,7 +210,7 @@ update_main(void *unused)
|
|||
}
|
||||
|
||||
static void
|
||||
do_prod(int sector_type, int etu, int n, int *bp, long int (*p_sect)[2],
|
||||
do_prod(int sector_type, int etu, int n, int *bp, long (*p_sect)[2],
|
||||
int *ship_build, int *ship_maint, int *plane_build,
|
||||
int *plane_maint, int *land_build, int *land_maint)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue