em.h 1.0 KB

123456789101112131415161718192021222324252627
  1. /* $Header$ */
  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. #ifndef nil
  7. #define nil 0
  8. #endif
  9. #define word_constant(c) (-32768L<=(c) && (c)<=32767L)
  10. void Label(), dot_label(), branch();
  11. int new_label(), new_dot_label();
  12. char *proc_label();
  13. extern char *curr_file;
  14. void cwv(), cvw();
  15. void bxx(), Loc(), Lol(), Lolp(), Lil(), Lof(), Lofp(), Lif();
  16. void Txx(), xxi(), Stl(), Inl(), Del(), Loe();
  17. void cmi(), ngi(), and(), ior(), xor(), sli(), sri(), com(), lar(), lxl();
  18. void lxa(), lfr(), ste(), lae(), aar(), lal(), adp(), ldc0(), zeq(), zne();
  19. void zlt(), zgt(), blm(), sti(), cal(), asp(), loc(), lor0(), loi(), pro();
  20. void ret(), _end(), stl(), laedot(), del(), lol(), ldl(), meswp(), meserr();
  21. void init_rt(), exp(), rom(), blt(), magic(), lin(), tst(), fil(), trp();
  22. void main_fil(), init(), openfile(), closefile(), maxdes();
  23. void par_begin(), par_fork(), par_end(), resumenext(), no_deadlock();
  24. extern int Lflag;