Added RCS id.
This commit is contained in:
parent
d72ad93216
commit
14a9b13fd3
3 changed files with 11 additions and 1 deletions
|
@ -15,6 +15,11 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#ifndef NORCSID
|
||||
static char rcs_m[]= "$Header$" ;
|
||||
static char rcs_mh[]= ID_MH ;
|
||||
#endif
|
||||
|
||||
/*
|
||||
* machine dependent back end routines for the Intel 8086
|
||||
*/
|
||||
|
@ -23,7 +28,7 @@ con_part(sz,w) register sz; word w; {
|
|||
|
||||
while (part_size % sz)
|
||||
part_size++;
|
||||
if (part_size == EM_WSIZE)
|
||||
if (part_size == TEM_WSIZE)
|
||||
part_flush();
|
||||
if (sz == 1) {
|
||||
w &= 0xFF;
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
#ifndef NORCSID
|
||||
#define ID_MH "$Header$"
|
||||
#endif
|
||||
|
||||
#define ex_ap(y) fprintf(codefile,".extern %s\n",y)
|
||||
#define in_ap(y) /* nothing */
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
"$Header$"
|
||||
/*
|
||||
* (c) copyright 1983 by the Vrije Universiteit, Amsterdam, The Netherlands.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue