previous fix was wrong; corrected
authorceriel <none@none>
Thu, 26 Jan 1989 10:58:30 +0000 (10:58 +0000)
committerceriel <none@none>
Thu, 26 Jan 1989 10:58:30 +0000 (10:58 +0000)
util/ceg/ce_back/as_back/bss.c
util/ceg/ce_back/as_back/gen1.c
util/ceg/ce_back/as_back/gen2.c
util/ceg/ce_back/as_back/gen4.c
util/ceg/ce_back/as_back/reloc1.c
util/ceg/ce_back/as_back/reloc2.c
util/ceg/ce_back/as_back/reloc4.c

index d47a2c8..ee4aa28 100644 (file)
@@ -1,5 +1,4 @@
 #include "header.h"
-#include <em.h>
 
 common(n)
 arith n;
index 79af73e..6655466 100644 (file)
@@ -1,5 +1,4 @@
 #include "header.h"
-#include <em.h>
 
 gen1( w)
 ONE_BYTE w;
index 73e41e5..43ecd02 100644 (file)
@@ -1,5 +1,4 @@
 #include "header.h"
-#include <em.h>
 
 gen2( w)
 TWO_BYTES w;
index 5b311b9..80f231a 100644 (file)
@@ -1,5 +1,4 @@
 #include "header.h"
-#include <em.h>
 
 gen4( w)
 FOUR_BYTES w;
index 8d0d2c7..a32fb61 100644 (file)
@@ -1,5 +1,4 @@
 #include "header.h"
-#include <em.h>
 
 reloc1( s, o, r)
 char *s;
index f9f798a..e07d35f 100644 (file)
@@ -1,5 +1,4 @@
 #include "header.h"
-#include <em.h>
 
 reloc2( s, o, r)
 char *s;
index 9824745..14d6ad8 100644 (file)
@@ -1,5 +1,4 @@
 #include "header.h"
-#include <em.h>
 
 reloc4( s, o, r)
 char *s;