Pristine Ack-5.5
[Ack-5.5.git] / util / opt / ext.h
1 /*
2  * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
3  * See the copyright notice in the ACK home directory, in the file "Copyright".
4  */
5 /* $Id: ext.h,v 2.4 1994/06/24 10:39:57 ceriel Exp $ */
6
7 #ifndef FILE
8 #include <stdio.h>
9 #endif
10 extern  unsigned linecount;
11 extern  int     prodepth;
12 extern  bool    Lflag;
13 extern  bool    nflag;
14 extern  int     repl_muls;
15 extern  bool    repl_longmuls;
16 extern  byte    em_flag[];
17 extern  line_p  instrs,pseudos;
18 extern  FILE    *outfile;
19 extern  char    template[];
20 extern  offset  wordsize;
21 extern  offset  pointersize;
22 extern  char    *progname;