Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watmath!clyde!rutgers!ames!oliveb!sun!gorodish!guy From: guy@gorodish.UUCP Newsgroups: comp.lang.c++ Subject: Re: Standard system header files for non-System V environments? Message-ID: <20415@sun.uucp> Date: Fri, 5-Jun-87 03:33:12 EDT Article-I.D.: sun.20415 Posted: Fri Jun 5 03:33:12 1987 Date-Received: Sat, 6-Jun-87 07:20:07 EDT References: <736@daimi.UUCP> <3770@udenva.UUCP> Sender: news@sun.uucp Lines: 11 > Then the option ('-C' on BSD) most (all ?) lints have to *create* > the human readable lint libraries (from the original C source) Try "Few, if any", rather than "most" or "all". The "-C" option on 4.[23]BSD, and the "-c" option in System V, turn C source into *machine*-readable "lint" libraries; they are not very human-readable unless you are *very* familiar with the format of intermediate files used to pass information between passes 1 and 2 of "lint". Guy Harris {ihnp4, decvax, seismo, decwrl, ...}!sun!guy guy@sun.com