em_abs.h 951 B

1234567891011121314151617181920212223242526272829303132333435
  1. /* $Id$ */
  2. /*
  3. * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
  4. * See the copyright notice in the ACK home directory, in the file "Copyright".
  5. */
  6. #define LINO_AD 0
  7. #define FILN_AD 4
  8. #define LINO (*(int *)(_hol0()+LINO_AD))
  9. #define FILN (*(char **)(_hol0()+FILN_AD))
  10. #define EARRAY 0
  11. #define ERANGE 1
  12. #define ESET 2
  13. #define EIOVFL 3
  14. #define EFOVFL 4
  15. #define EFUNFL 5
  16. #define EIDIVZ 6
  17. #define EFDIVZ 7
  18. #define EIUND 8
  19. #define EFUND 9
  20. #define ECONV 10
  21. #define ESTACK 16
  22. #define EHEAP 17
  23. #define EILLINS 18
  24. #define EODDZ 19
  25. #define ECASE 20
  26. #define EMEMFLT 21
  27. #define EBADPTR 22
  28. #define EBADPC 23
  29. #define EBADLAE 24
  30. #define EBADMON 25
  31. #define EBADLIN 26
  32. #define EBADGTO 27