em_lint.h 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  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. /* $Header$ */
  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. #define C_asp(c)
  16. #define C_bra(b)
  17. #define C_cal(p)
  18. #define C_csa(w)
  19. #define C_csb(w)
  20. #define C_fil_dlb(g,o)
  21. #define C_lae_dlb(g,o)
  22. #define C_lal(c)
  23. #define C_lin(c)
  24. #define C_loi(c)
  25. #define C_lol(c)
  26. #define C_sdl(c)
  27. #define C_sti(c)
  28. #define C_stl(c)
  29. #define C_busy() 0
  30. #define C_close()
  31. #define C_df_dlb(l)
  32. #define C_df_dnam(s)
  33. #define C_df_ilb(l)
  34. #define C_pro_narg(s)
  35. #define C_end(l)
  36. #define C_exa_dnam(s)
  37. #define C_ina_dnam(s)
  38. #define C_ina_dlb(l)
  39. #define C_exp(s)
  40. #define C_inp(s)
  41. #define C_bss_cst(n,w,i)
  42. #define C_con_cst(v)
  43. #define C_con_icon(v,s)
  44. #define C_con_ucon(v,s)
  45. #define C_con_fcon(v,s)
  46. #define C_con_scon(v,s)
  47. #define C_con_dnam(v,s)
  48. #define C_con_dlb(v,s)
  49. #define C_con_pnam(v)
  50. #define C_rom_cst(v)
  51. #define C_rom_scon(v,s)
  52. #define C_rom_ilb(v)
  53. #define C_ldl(l)
  54. #define C_mes_begin(ms)
  55. #define C_mes_end()
  56. #define C_ms_gto()
  57. #define C_ms_par(b)
  58. #define C_ms_reg(o,s,t,c)