Added RCS identification.

This commit is contained in:
keie
1984-08-17 14:44:24 +00:00
parent 6474db065f
commit f077a39568
20 changed files with 85 additions and 0 deletions

View File

@@ -2,8 +2,15 @@
#include "list.h"
#include "trans.h"
#ifndef NORCSID
static char rcs_id[] = "$Header$" ;
#endif
#undef EXTERN
#define EXTERN
#include "data.h"
#ifndef NORCSID
static char rcs_data[] = RCS_DATA ;
#endif