Add rcs Ids.

This commit is contained in:
pk 1994-08-25 07:36:17 +00:00
parent 2558d359af
commit e98741c376
5 changed files with 19 additions and 0 deletions

View File

@ -17,6 +17,10 @@
along with GAS; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#ifndef lint
static char rcsid[] = "$Id: cond.c,v 1.3 1994/08/25 07:36:17 pk Exp $";
#endif
#include "as.h"
#include "obstack.h"

View File

@ -17,6 +17,10 @@
along with GAS; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#ifndef lint
static char rcsid[] = "$Id: input-scrub.c,v 1.6 1994/08/25 07:36:22 pk Exp $";
#endif
#include <errno.h> /* Need this to make errno declaration right */
#include "as.h"
#include "input-file.h"

View File

@ -91,6 +91,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
on a line
*/
#ifndef lint
static char rcsid[] = "$Id: listing.c,v 1.3 1994/08/25 07:36:26 pk Exp $";
#endif
#include <ctype.h>
#include "as.h"

View File

@ -17,6 +17,9 @@
along with GAS; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/*
* $Id: listing.h,v 1.3 1994/08/25 07:36:30 pk Exp $
*/
#ifndef __listing_h__
#define __listing_h__

View File

@ -17,6 +17,10 @@
along with GAS; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#ifndef lint
static char rcsid[] = "$Id: messages.c,v 1.6 1994/08/25 07:36:33 pk Exp $";
#endif
#include <stdio.h>
#include <errno.h>