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

@ -270,7 +270,7 @@ decay_fallout(struct sctstr *sp, int etus)
*
*/
void
produce_sect(int natnum, int etu, int *bp, long int (*p_sect)[2],
produce_sect(int natnum, int etu, int *bp, long (*p_sect)[2],
int sector_type)
{
struct sctstr *sp;