Added RCS id.

This commit is contained in:
keie 1985-01-11 17:03:53 +00:00
parent d72ad93216
commit 14a9b13fd3
3 changed files with 11 additions and 1 deletions

View file

@ -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 * 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) while (part_size % sz)
part_size++; part_size++;
if (part_size == EM_WSIZE) if (part_size == TEM_WSIZE)
part_flush(); part_flush();
if (sz == 1) { if (sz == 1) {
w &= 0xFF; w &= 0xFF;

View file

@ -1,3 +1,7 @@
#ifndef NORCSID
#define ID_MH "$Header$"
#endif
#define ex_ap(y) fprintf(codefile,".extern %s\n",y) #define ex_ap(y) fprintf(codefile,".extern %s\n",y)
#define in_ap(y) /* nothing */ #define in_ap(y) /* nothing */

View file

@ -1,3 +1,4 @@
"$Header$"
/* /*
* (c) copyright 1983 by the Vrije Universiteit, Amsterdam, The Netherlands. * (c) copyright 1983 by the Vrije Universiteit, Amsterdam, The Netherlands.
* *