EM_vars.c 401 B

12345678910111213141516
  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. /* Variables must be declared somewhere ... */
  7. #include <em_arith.h>
  8. char *EM_error = 0;
  9. char *EM_filename = 0;
  10. unsigned int EM_lineno = 0;
  11. int EM_wordsize = 0, EM_pointersize = 0;
  12. arith EM_holsize = 0;
  13. int EM_holinit = 0;