Added RCSID
This commit is contained in:
parent
9ef57888fa
commit
e63968056e
3 changed files with 9 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
|
||||||
|
#ifndef NORCSID
|
||||||
|
static char rcsid[] = "$Header$" ;
|
||||||
|
#endif
|
||||||
|
|
||||||
con_part(sz, w)
|
con_part(sz, w)
|
||||||
register int sz;
|
register int sz;
|
||||||
word w;
|
word w;
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
/* $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 */
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
rcsid = "$Header$"
|
||||||
|
|
||||||
/*****************************************************************
|
/*****************************************************************
|
||||||
* *
|
* *
|
||||||
* N S 1 6 0 3 2 B A C K - E N D T A B L E *
|
* N S 1 6 0 3 2 B A C K - E N D T A B L E *
|
||||||
|
|
Loading…
Reference in a new issue