So where is a lint for ANSI C code?

Javier Vilarroig Christensen. javiv at nsi.UUCP
Tue Jan 2 21:56:44 AEST 1990


In article <1989Dec27.035411.23602 at cs.rochester.edu> quiroz at cs.rochester.edu (Cesar Quiroz) writes:
>Some of lint's finest moments come when one runs it on *several* C
>sources simultaneously.

[stuff deleted]

>[1] Unbelievers don't run lint at all.  Naive believers run lint on
>each file separately.  None of these strategies is particularly
>persuasive, although both yield plenty of excitement during
>debugging.

If you run lint with "-c" flag (yes, like cc!!), you obtain a file with
extension .ln, then you can run lint with all the .ln files, like an 
incremental compilation. It's veri useful for large sets of files.




-- 
+------------------------------------+-------------------------------------+
| Javier Vilarroig Christensen       | PHONE: 34 3 210-33-55 (VOICE)       |
| NEXUS Servicios de Informacion S.L.|        34 3 214-72-62 (DATA)        |
+------------------------------------+-------------------------------------+
| SMAIL: Travesera de Dalt 104 Ent. 5| EUNET: javiv at nsi.es                 |
|        08024 - Barcelona - Spain   |        javiv at nexus.nsi.es           |
+------------------------------------+-------------------------------------+



More information about the Comp.lang.c mailing list