1987-03-09 19:15:41 +00:00
|
|
|
/*
|
|
|
|
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
|
|
|
|
* See the copyright notice in the ACK home directory, in the file "Copyright".
|
|
|
|
*/
|
1994-06-24 11:31:16 +00:00
|
|
|
/* $Id$ */
|
1984-05-17 14:14:29 +00:00
|
|
|
|
1984-05-17 13:42:36 +00:00
|
|
|
#ifndef FILE
|
|
|
|
#include <stdio.h>
|
|
|
|
#endif
|
|
|
|
extern unsigned linecount;
|
|
|
|
extern int prodepth;
|
|
|
|
extern bool Lflag;
|
|
|
|
extern bool nflag;
|
1991-11-20 15:53:11 +00:00
|
|
|
extern int repl_muls;
|
|
|
|
extern bool repl_longmuls;
|
1984-05-17 13:42:36 +00:00
|
|
|
extern byte em_flag[];
|
|
|
|
extern line_p instrs,pseudos;
|
|
|
|
extern FILE *outfile;
|
|
|
|
extern char template[];
|
|
|
|
extern offset wordsize;
|
|
|
|
extern offset pointersize;
|
|
|
|
extern char *progname;
|