some minor fixes, and one important 2/4 one in the sbreak function

This commit is contained in:
ceriel
1987-09-02 18:42:21 +00:00
parent f571ee5f0e
commit a8ae06a94d
4 changed files with 11 additions and 14 deletions

View File

@@ -61,7 +61,6 @@ sectname(sectindex)
*/
end_write()
{
register ushort cnt;
register struct outname *name;
register int sectindex;
extern ushort NGlobals;
@@ -69,7 +68,6 @@ end_write()
assert(!incore);
assert(!(flagword & SFLAG));
cnt = NGlobals;
name = (struct outname *)address(ALLOGLOB, (ind_t)0);
namecpy(name, NGlobals, off_char);
wr_name(name, NGlobals);