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 5844159c7b
commit cbc4ae9918
5 changed files with 31 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
!File: lint.h
#undef LINT 1 /* if defined, 'lint' is produced */
!File: pathlength.h
#define PATHLENGTH 1024 /* max. length of path to file */