ack/lang/cem/lint/llib/README

23 lines
822 B
Plaintext
Raw Normal View History

1988-09-30 11:45:14 +00:00
# (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
# See the copyright notice in the ACK home directory, in the file "Copyright".
#
# $Header$
This directory contains the standard lint libraries. Normally, nothing
1989-02-10 16:46:01 +00:00
needs to be done here. The standard library c.llb contains all entries
1988-09-30 11:45:14 +00:00
from termlib, curses and math as well, which provides the user with
1988-10-12 15:32:32 +00:00
advance warnings if he inadvertently uses a global name that is also
1988-09-30 11:45:14 +00:00
used by one of these libraries.
A file with a UNIX 7 view of the system calls is provided, named unix7.c.
1989-02-10 16:46:01 +00:00
If need be it can be updated and merged into c.llb by calling
1988-09-30 11:45:14 +00:00
1989-02-10 16:46:01 +00:00
make c.llb (or just make)
1988-09-30 11:45:14 +00:00
If one of the other entries is a shade off, it is unsually easier to edit
1989-02-10 16:46:01 +00:00
c.llb by hand.
1988-09-30 11:45:14 +00:00
1989-02-10 16:46:01 +00:00
Empty files for termlib.llb, curses.llb and m.llb are provided
1988-09-30 11:45:14 +00:00
for compatibility.