From: ceriel Date: Wed, 16 Oct 1991 13:36:15 +0000 (+0000) Subject: Added Action.lint X-Git-Tag: release-5-5~725 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=5dd19fa6e7741cd95cceb116cfba2f559304f57c;p=ack.git Added Action.lint --- diff --git a/modules/src/.distr b/modules/src/.distr index 59d4d829a..c22f4c010 100644 --- a/modules/src/.distr +++ b/modules/src/.distr @@ -1,4 +1,5 @@ Action +Action.lint alloc assert em_code diff --git a/modules/src/Action.lint b/modules/src/Action.lint new file mode 100644 index 000000000..0cf68cce2 --- /dev/null +++ b/modules/src/Action.lint @@ -0,0 +1,52 @@ +name "system-call interface module" +action "make lintlib" +dir system +end +name "string routines module" +action "make lintlib" +dir string +end +name "formatted print module" +action "make lintlib" +dir print +end +name "assertion module" +action "make lintlib" +dir assert +end +name "memory allocation module" +action "make lintlib" +dir alloc +end +name "fast, linear time malloc" +action "make lintlib" +dir malloc +end +name "identifier table module" +action "make lintlib" +dir idf +end +name "input module" +action "make lintlib" +dir input +end +name "ACK-object reading and writing module" +action "make lintlib" +dir object +end +name "EM code generation module" +action "make lintlib" +dir em_code +end +name "EM messages generation module" +action "make lintlib" +dir em_mes +end +name "EM-code reading module" +action "make lintlib" +dir read_em +end +name "Floating point arithmetic module" +action "make lintlib" +dir flt_arith +end