No longer use ushort

This commit is contained in:
ceriel
1991-12-18 09:45:26 +00:00
parent 87a148facb
commit fc4bd85342
3 changed files with 4 additions and 4 deletions

View File

@@ -225,7 +225,7 @@ emits(section) struct outsect *section ; {
*/
names()
{
register ushort n = outhead.oh_nname - outhead.oh_nsect;
register unsigned n = outhead.oh_nname - outhead.oh_nsect;
int type = 0 ;
struct outname outname ;
char buffer[100] ;