introduction of lint source code, governed by ifdef LINT
authordick <none@none>
Tue, 20 Sep 1988 16:44:27 +0000 (16:44 +0000)
committerdick <none@none>
Tue, 20 Sep 1988 16:44:27 +0000 (16:44 +0000)
commit6839d8afb14e008b686d8c2322ed785d37f23af3
tree571c1e90b5184ce8b36937627e39b8ba30548499
parent7e502b0937eb413f94b9c89cdb327e503dcf85ae
introduction of lint source code, governed by ifdef LINT
35 files changed:
lang/cem/cemcom/LLlex.c
lang/cem/cemcom/LintPars [new file with mode: 0644]
lang/cem/cemcom/Makefile
lang/cem/cemcom/Parameters
lang/cem/cemcom/Resolve
lang/cem/cemcom/blocks.c
lang/cem/cemcom/ch7.c
lang/cem/cemcom/code.c
lang/cem/cemcom/conversion.c
lang/cem/cemcom/declar.g
lang/cem/cemcom/def.str
lang/cem/cemcom/error.c
lang/cem/cemcom/eval.c
lang/cem/cemcom/expr.c
lang/cem/cemcom/expression.g
lang/cem/cemcom/field.c
lang/cem/cemcom/idf.c
lang/cem/cemcom/ival.g
lang/cem/cemcom/l_class.h [new file with mode: 0644]
lang/cem/cemcom/l_comment.c [new file with mode: 0644]
lang/cem/cemcom/l_dummy.c [new file with mode: 0644]
lang/cem/cemcom/l_ev_ord.c [new file with mode: 0644]
lang/cem/cemcom/l_lint.c [new file with mode: 0644]
lang/cem/cemcom/l_lint.h [new file with mode: 0644]
lang/cem/cemcom/l_misc.c [new file with mode: 0644]
lang/cem/cemcom/l_outdef.c [new file with mode: 0644]
lang/cem/cemcom/l_outdef.str [new file with mode: 0644]
lang/cem/cemcom/l_state.str [new file with mode: 0644]
lang/cem/cemcom/l_states.c [new file with mode: 0644]
lang/cem/cemcom/main.c
lang/cem/cemcom/options.c
lang/cem/cemcom/program.g
lang/cem/cemcom/stack.c
lang/cem/cemcom/statement.g
lang/cem/cemcom/util.c