l_em.h 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  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$ */
  6. /*
  7. * This file can be considered the em_code.h file of lint.
  8. * Those code generating functions that are used by cem and that have not
  9. * been defined away by #ifdef LINT, are defined away here. Note that this a
  10. * fairly random collection. E.g. it does not include C_open(), since the
  11. * standard C-open() C_close() sequence is protected by #ifdef LINT, but it
  12. * does include C_close() since the latter is also called in other places,
  13. * to terminate the compilation process.
  14. */
  15. #include "blocks.h"
  16. #define store_block(sz, al)
  17. #define load_block(sz, al)
  18. #define C_asp(c)
  19. #define C_bra(b)
  20. #define C_cal(p)
  21. #define C_csa(w)
  22. #define C_csb(w)
  23. #define C_fil_dlb(g,o)
  24. #define C_lae_dlb(g,o)
  25. #define C_lal(c)
  26. #define C_lin(c)
  27. #define C_loi(c)
  28. #define C_lol(c)
  29. #define C_ret(c)
  30. #define C_sdl(c)
  31. #define C_sti(c)
  32. #define C_stl(c)
  33. #define C_busy() 0
  34. #define C_close()
  35. #define C_df_dlb(l)
  36. #define C_df_dnam(s)
  37. #define C_df_ilb(l)
  38. #define C_pro_narg(s)
  39. #define C_end(l)
  40. #define C_exa_dnam(s)
  41. #define C_ina_dnam(s)
  42. #define C_ina_dlb(l)
  43. #define C_exp(s)
  44. #define C_inp(s)
  45. #define C_bss_cst(n,w,i)
  46. #define C_con_cst(v)
  47. #define C_con_icon(v,s)
  48. #define C_con_ucon(v,s)
  49. #define C_con_fcon(v,s)
  50. #define C_con_scon(v,s)
  51. #define C_con_dnam(v,s)
  52. #define C_con_dlb(v,s)
  53. #define C_con_pnam(v)
  54. #define C_rom_cst(v)
  55. #define C_rom_icon(v,s)
  56. #define C_rom_scon(v,s)
  57. #define C_rom_ilb(v)
  58. #define C_ldl(l)
  59. #define C_mes_begin(ms)
  60. #define C_mes_end()
  61. #define C_ms_gto()
  62. #define C_ms_par(b)
  63. #define C_ms_reg(o,s,t,c)
  64. #define C_ms_err()