Added RCS id.
authorkeie <none@none>
Fri, 11 Jan 1985 17:03:53 +0000 (17:03 +0000)
committerkeie <none@none>
Fri, 11 Jan 1985 17:03:53 +0000 (17:03 +0000)
mach/i86/cg/mach.c
mach/i86/cg/mach.h
mach/i86/cg/table

index aa1b37b..aca612b 100644 (file)
  *
  */
 
+#ifndef NORCSID
+static char rcs_m[]= "$Header$" ;
+static char rcs_mh[]= ID_MH ;
+#endif
+
 /*
  * machine dependent back end routines for the Intel 8086
  */
@@ -23,7 +28,7 @@ con_part(sz,w) register sz; word w; {
 
        while (part_size % sz)
                part_size++;
-       if (part_size == EM_WSIZE)
+       if (part_size == TEM_WSIZE)
                part_flush();
        if (sz == 1) {
                w &= 0xFF;
index 6fd5a83..139393e 100644 (file)
@@ -1,3 +1,7 @@
+#ifndef NORCSID
+#define ID_MH          "$Header$"
+#endif
+
 #define ex_ap(y)        fprintf(codefile,".extern %s\n",y)
 #define in_ap(y)        /* nothing */
 
index 482fd60..d2440d0 100644 (file)
@@ -1,3 +1,4 @@
+"$Header$"
 /*
  * (c) copyright 1983 by the Vrije Universiteit, Amsterdam, The Netherlands.
  *