Added RCS id.

This commit is contained in:
garde 1985-03-18 12:55:07 +00:00
parent 157b243956
commit 80e349860b
3 changed files with 7 additions and 0 deletions

View file

@ -15,6 +15,10 @@
* *
*/ */
#ifndef NORCSID
static char rcsid[]= "$Header$" ;
#endif
/* /*
* machine dependent back end routines for the Intel 8080. * machine dependent back end routines for the Intel 8080.
*/ */

View file

@ -1,3 +1,4 @@
/* $Header$ */
#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

@ -7,6 +7,8 @@
/************************************************************/ /************************************************************/
rcsid = "$Header$"
EM_WSIZE = 2 EM_WSIZE = 2
EM_PSIZE = 2 EM_PSIZE = 2
EM_BSIZE = 4 EM_BSIZE = 4