Added RCS id.
This commit is contained in:
parent
157b243956
commit
80e349860b
3 changed files with 7 additions and 0 deletions
|
@ -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.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -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 */
|
||||||
|
|
||||||
|
|
|
@ -7,6 +7,8 @@
|
||||||
/************************************************************/
|
/************************************************************/
|
||||||
|
|
||||||
|
|
||||||
|
rcsid = "$Header$"
|
||||||
|
|
||||||
EM_WSIZE = 2
|
EM_WSIZE = 2
|
||||||
EM_PSIZE = 2
|
EM_PSIZE = 2
|
||||||
EM_BSIZE = 4
|
EM_BSIZE = 4
|
||||||
|
|
Loading…
Reference in a new issue