Add em22 compile, change EM machine executable format to put proc table in text
[Ack-5.5.git] / util / int / proctab.h
index dc286b1..2fe0033 100644 (file)
@@ -10,4 +10,4 @@ struct proc {
        ptr pr_ff;                      /* first address not in proc */
 };
 
-extern struct proc *proctab;
+extern struct proc proctab;