Pristine Ack-5.5
[Ack-5.5.git] / lang / cem / cemcom / l_em.h
1 /*
2  * (c) copyright 1990 by the Vrije Universiteit, Amsterdam, The Netherlands.
3  * See the copyright notice in the ACK home directory, in the file "Copyright".
4  */
5 /* $Id: l_em.h,v 1.4 1994/06/24 12:04:34 ceriel Exp $ */
6
7 /*
8  * This file can be considered the em_code.h file of lint.
9  * Those code generating functions that are used by cem and that have not
10  * been defined away by #ifdef LINT, are defined away here. Note that this a
11  * fairly random collection. E.g. it does not include C_open(), since the
12  * standard C-open() C_close() sequence is protected by #ifdef LINT, but it
13  * does include C_close() since the latter is also called in other places,
14  * to terminate the compilation process.
15  */
16
17 #define store_block(sz, al)
18 #define load_block(sz, al)
19
20 #define C_asp(c)
21 #define C_bra(b)
22 #define C_cal(p)
23 #define C_csa(w)
24 #define C_csb(w)
25 #define C_fil_dlb(g,o)
26 #define C_lae_dlb(g,o)
27 #define C_lal(c)
28 #define C_lin(c)
29 #define C_loi(c)
30 #define C_lol(c)
31 #define C_ret(c)
32 #define C_sdl(c)
33 #define C_sti(c)
34 #define C_stl(c)
35
36 #define C_busy()        0
37 #define C_close()
38
39 #define C_df_dlb(l)
40 #define C_df_dnam(s)
41 #define C_df_ilb(l)
42
43 #define C_pro_narg(s)
44 #define C_end(l)
45
46 #define C_exa_dnam(s)
47 #define C_ina_dnam(s)
48 #define C_ina_dlb(l)
49 #define C_exp(s)
50 #define C_inp(s)
51
52 #define C_bss_cst(n,w,i)
53
54 #define C_con_cst(v)
55 #define C_con_icon(v,s)
56 #define C_con_ucon(v,s)
57 #define C_con_fcon(v,s)
58 #define C_con_scon(v,s)
59 #define C_con_dnam(v,s)
60 #define C_con_dlb(v,s)
61 #define C_con_pnam(v)
62
63 #define C_rom_cst(v)
64 #define C_rom_icon(v,s)
65 #define C_rom_scon(v,s)
66 #define C_rom_ilb(v)
67
68 #define C_ldl(l)
69
70 #define C_mes_begin(ms)
71 #define C_mes_end()
72
73 #define C_ms_gto()
74 #define C_ms_par(b)
75 #define C_ms_reg(o,s,t,c)
76 #define C_ms_err()
77