From 5dd19fa6e7741cd95cceb116cfba2f559304f57c Mon Sep 17 00:00:00 2001 From: ceriel Date: Wed, 16 Oct 1991 13:36:15 +0000 Subject: [PATCH] Added Action.lint --- modules/src/.distr | 1 + modules/src/Action.lint | 52 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 53 insertions(+) create mode 100644 modules/src/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 -- 2.34.1