Pristine Ack-5.5
[Ack-5.5.git] / lang / occam / comp / em.h
1 /* $Id: em.h,v 1.6 1994/06/24 12:26:52 ceriel Exp $ */
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
10 #define word_constant(c)        (-32768L<=(c) && (c)<=32767L)
11 void Label(), dot_label(), branch();
12 int new_label(), new_dot_label();
13 char *proc_label();
14 extern char *curr_file;
15
16 void cwv(), cvw();
17 void bxx(), Loc(), Lol(), Lolp(), Lil(), Lof(), Lofp(), Lif();
18 void Txx(), xxi(), Stl(), Inl(), Del(), Loe();
19 void cmi(), ngi(), and(), ior(), xor(), sli(), sri(), com(), lar(), lxl();
20 void lxa(), lfr(), ste(), lae(), aar(), lal(), adp(), ldc0(), zeq(), zne();
21 void zlt(), zgt(), blm(), sti(), cal(), asp(), loc(), lor0(), loi(), pro();
22 void ret(), x_end(), stl(), laedot(), del(), lol(), ldl(), meswp(), meserr();
23 void init_rt(), exp(), rom(), blt(), magic(), lin(), tst(), fil(), trp();
24 void main_fil(), init(), openfile(), closefile(), maxdes();
25
26 void par_begin(), par_fork(), par_end(), resumenext(), no_deadlock();
27 extern int Lflag;