Path: utzoo!attcan!uunet!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!lll-winken!unixhub!shelby!portia.stanford.edu!rstanton From: rstanton@portia.Stanford.EDU (Richard Stanton) Newsgroups: comp.lang.c Subject: Does LINT understand ANSI prototyping? Message-ID: <1990Oct24.183836.24082@portia.Stanford.EDU> Date: 24 Oct 90 18:38:36 GMT Sender: rstanton@portia.Stanford.EDU (Richard Stanton) Organization: AIR, Stanford University Lines: 19 First, sorry about posting what is a somewhat UNIX specific question here, but I had no response from comp.unix... I have a multipart program which I developed under DOS and VMS. I recently gained access to a UNIX system, so tried to use LINT on the whole thing, only to have it choke horribly on my header files, which use full ANSI prototyping (double func(double t) etc). The system here runs Ultrix V3.1C, if that's important. Does LINT not understand ANSI prototypes? Is there a way of setting flags so that it does, or do I need to rewrite my header files (if so, what is the preferred way of doing this? I'd like to keep the full prototypes as they are, if possible). Thanks for any suggestions Richard Stanton pstanton@gsb-lira.stanford.edu