added rcsid

This commit is contained in:
sater 1984-05-19 12:52:21 +00:00
parent 9c4b5b8dca
commit 375edf71c7
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 */