added rcsid

This commit is contained in:
sater 1984-05-19 12:52:21 +00:00
parent c58492b45b
commit f39171e3c4
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,7 @@
#ifndef NORCSID
static char rcsid[] = "$Header$";
#endif
/*
* (c) copyright 1983 by the Vrije Universiteit, Amsterdam, The Netherlands.
*

View file

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