Added RCS id.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user