Added RCSID

This commit is contained in:
em 1985-07-26 11:45:49 +00:00
parent 9ef57888fa
commit e63968056e
3 changed files with 9 additions and 0 deletions

View file

@ -1,3 +1,8 @@
#ifndef NORCSID
static char rcsid[] = "$Header$" ;
#endif
con_part(sz, w)
register int sz;
word w;

View file

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

View file

@ -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 *