Added RCSID
authorem <none@none>
Fri, 26 Jul 1985 11:45:49 +0000 (11:45 +0000)
committerem <none@none>
Fri, 26 Jul 1985 11:45:49 +0000 (11:45 +0000)
mach/ns/ncg/mach.c
mach/ns/ncg/mach.h
mach/ns/ncg/table

index fd4b55e..e875cf6 100644 (file)
@@ -1,3 +1,8 @@
+
+#ifndef NORCSID
+static char rcsid[] = "$Header$" ;
+#endif
+
 con_part(sz, w)
        register int    sz;
        word            w;
index d270fc5..91ce7f7 100644 (file)
@@ -1,3 +1,5 @@
+/* $Header$ */
+
 #define ex_ap(y)        fprintf(codefile,".extern %s\n",y)
 #define in_ap(y)        /* nothing */
 
index a7e5b05..5e8f3ee 100644 (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           *