fixed l_dummy.c to also work for the C-compiler,

added lint.h to BigPars and SmallPars,
and added stuff for CODE_EXPANDER and PEEPHOLE to Makefile
This commit is contained in:
ceriel
1988-09-21 11:48:29 +00:00
parent 6839d8afb1
commit b52e0e8ff1
5 changed files with 31 additions and 2 deletions

View File

@@ -2,6 +2,10 @@
*The following functions are hacked to null-functions (i.e. they
* do nothing). This needs another solution in the future.
*/
#include "lint.h"
#ifdef LINT
#include "arith.h"
#include "label.h"
@@ -61,3 +65,4 @@ CC_psdnam(ps_xxx,s) char *s; {}
CC_pspnam(ps_xxx,s) char *s; {}
/* ARGSUSED */
CC_scon(v,s) char *s; {}
#endif LINT