Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!think.com!mintaka!bloom-beacon!eru!hagbard!sunic!fuug!funic!santra!santra!jkorpela From: jkorpela@vipunen.hut.fi (Jukka Korpela) Newsgroups: comp.lang.fortran Subject: Re: lint like program for fortran Message-ID: Date: 12 May 91 10:46:05 GMT References: <6242@trantor.harris-atd.com> Sender: news@santra.uucp (Cnews - USENET news system) Organization: Helsinki University of Technology, Finland Lines: 8 In-Reply-To: gbastin@x102c.ess.harris.com's message of 10 May 91 12:39:33 GMT A few comments on FORCHEK: - It looks nice and useful in general. - It is written in C but not entirely ANSI C conformantly. - Its portability is decreased by the use of such global names in the program that there are serious difficulties if the recognition length for global names is, say, 6 or 8. (I tried to port it into VM/XA.) - It ignores the fact that in FORTRAN blanks are insignificant. This is documented feature but not necessarily desirable.