l_dummy.c 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. /*
  2. *The following functions are hacked to null-functions (i.e. they
  3. * do nothing). This needs another solution in the future.
  4. */
  5. #include "arith.h"
  6. #include "label.h"
  7. C_close(){}
  8. int C_busy(){return 0;}
  9. /* More routines */
  10. /* ARGSUSED */
  11. CC_bhcst(ps_xxx,n,w,i) arith n,w; {}
  12. /* ARGSUSED */
  13. CC_crcst(ps_xxx,v) arith v; {}
  14. /* ARGSUSED */
  15. CC_crdlb(ps_xxx,v,s) label v; arith s; {}
  16. /* ARGSUSED */
  17. CC_crdnam(ps_xxx,v,s) char *v; arith s; {}
  18. /* ARGSUSED */
  19. CC_crfcon(ps_xxx,v,s) char *v; arith s; {}
  20. /* ARGSUSED */
  21. CC_cricon(ps_xxx,v,s) char *v; arith s; {}
  22. /* ARGSUSED */
  23. CC_crilb(ps_xxx,v) label v; {}
  24. /* ARGSUSED */
  25. CC_crpnam(ps_xxx,v) char *v; {}
  26. /* ARGSUSED */
  27. CC_crscon(ps_xxx,v,s) char *v; arith s; {}
  28. /* ARGSUSED */
  29. CC_crucon(ps_xxx,v,s) char *v; arith s; {}
  30. /* ARGSUSED */
  31. CC_cst(l) {}
  32. /* ARGSUSED */
  33. CC_dfdlb(l) label l; {}
  34. /* ARGSUSED */
  35. CC_dfdnam(s) char *s; {}
  36. /* ARGSUSED */
  37. CC_dfilb(l) label l; {}
  38. /* ARGSUSED */
  39. CC_end(l) arith l; {}
  40. CC_msend() {}
  41. /* ARGSUSED */
  42. CC_msstart(ms) {}
  43. /* ARGSUSED */
  44. CC_opcst(op_xxx,c) arith c; {}
  45. /* ARGSUSED */
  46. CC_opdlb(op_xxx,g,o) label g; arith o; {}
  47. /* ARGSUSED */
  48. CC_opilb(op_xxx,b) label b; {}
  49. /* ARGSUSED */
  50. CC_oppnam(op_xxx,p) char *p; {}
  51. /* ARGSUSED */
  52. CC_pronarg(s) char *s; {}
  53. /* ARGSUSED */
  54. CC_psdlb(ps_xxx,l) label l; {}
  55. /* ARGSUSED */
  56. CC_psdnam(ps_xxx,s) char *s; {}
  57. /* ARGSUSED */
  58. CC_pspnam(ps_xxx,s) char *s; {}
  59. /* ARGSUSED */
  60. CC_scon(v,s) char *s; {}