change some names

This commit is contained in:
ceriel
1989-01-26 13:39:03 +00:00
parent 722e8f761f
commit ca4b91fbbe
9 changed files with 24 additions and 24 deletions

View File

@@ -29,7 +29,7 @@
#define relocEM_PSIZE reloc4
#endif
extern int holno;
extern int B_holno;
C_hol_pnam( n, s, i)
arith n;
@@ -39,14 +39,14 @@ int i;
if ( i == 0) {
switchseg( SEGBSS);
align_word();
symbol_definition( extnd_hol( ++holno));
symbol_definition( extnd_hol( ++B_holno));
bss( n);
}
else {
switchseg( SEGCON);
align_word();
symbol_definition( extnd_hol( ++holno));
symbol_definition( extnd_hol( ++B_holno));
for ( i = 0; i < n/EM_PSIZE; i++)
relocEM_PSIZE( extnd_name( s), 0, ABSOLUTE);