ext.h 523 B

12345678910111213141516171819202122
  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$ */
  6. #ifndef FILE
  7. #include <stdio.h>
  8. #endif
  9. extern unsigned linecount;
  10. extern int prodepth;
  11. extern bool Lflag;
  12. extern bool nflag;
  13. extern int repl_muls;
  14. extern bool repl_longmuls;
  15. extern byte em_flag[];
  16. extern line_p instrs,pseudos;
  17. extern FILE *outfile;
  18. extern char template[];
  19. extern offset wordsize;
  20. extern offset pointersize;
  21. extern char *progname;